Bump the minor-and-patch group with 4 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
(10 months ago)
by juliencherry
dependencies java
Bumps the minor-and-patch group with 4 updates: org.junit.jupiter:junit-jupiter-api, org.junit.jupiter:junit-jupiter-params, org.junit.jupiter:junit-jupiter and commons-codec:commons-codec.
Updates org.junit.jupiter:junit-jupiter-api from 5.13.2 to 5.13.4
Release notes
Sourced from org.junit.jupiter:junit-jupiter-api's releases.
JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4
JUnit 5.13.3 = Platform 1.13.3 + Jupiter 5.13.3 + Vintage 5.13.3
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3
Commits
8a21048Release 5.13.49a38789Finalize 5.13.4 release notes458325cLog only once per implementation type forCloseableResourcetypes976a110Protect against potential problems when converting file-based selectorse94f728Allow default package forPackageSourceb60fecfFail on classpath resource names that are blank after removing leading /6378c88Removejava.*packages fromImport-Packageheaders in all jars (#4738)1a360f3Create initial 5.13.4 release notes from template806fc9aDocument #4689 in release notes1653839Document #4686 in release notes- Additional commits viewable in compare view
Updates org.junit.jupiter:junit-jupiter-params from 5.13.2 to 5.13.4
Release notes
Sourced from org.junit.jupiter:junit-jupiter-params's releases.
JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4
JUnit 5.13.3 = Platform 1.13.3 + Jupiter 5.13.3 + Vintage 5.13.3
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3
Commits
8a21048Release 5.13.49a38789Finalize 5.13.4 release notes458325cLog only once per implementation type forCloseableResourcetypes976a110Protect against potential problems when converting file-based selectorse94f728Allow default package forPackageSourceb60fecfFail on classpath resource names that are blank after removing leading /6378c88Removejava.*packages fromImport-Packageheaders in all jars (#4738)1a360f3Create initial 5.13.4 release notes from template806fc9aDocument #4689 in release notes1653839Document #4686 in release notes- Additional commits viewable in compare view
Updates org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.4
Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4
JUnit 5.13.3 = Platform 1.13.3 + Jupiter 5.13.3 + Vintage 5.13.3
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3
Commits
8a21048Release 5.13.49a38789Finalize 5.13.4 release notes458325cLog only once per implementation type forCloseableResourcetypes976a110Protect against potential problems when converting file-based selectorse94f728Allow default package forPackageSourceb60fecfFail on classpath resource names that are blank after removing leading /6378c88Removejava.*packages fromImport-Packageheaders in all jars (#4738)1a360f3Create initial 5.13.4 release notes from template806fc9aDocument #4689 in release notes1653839Document #4686 in release notes- Additional commits viewable in compare view
Updates org.junit.jupiter:junit-jupiter-params from 5.13.2 to 5.13.4
Release notes
Sourced from org.junit.jupiter:junit-jupiter-params's releases.
JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4
JUnit 5.13.3 = Platform 1.13.3 + Jupiter 5.13.3 + Vintage 5.13.3
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3
Commits
8a21048Release 5.13.49a38789Finalize 5.13.4 release notes458325cLog only once per implementation type forCloseableResourcetypes976a110Protect against potential problems when converting file-based selectorse94f728Allow default package forPackageSourceb60fecfFail on classpath resource names that are blank after removing leading /6378c88Removejava.*packages fromImport-Packageheaders in all jars (#4738)1a360f3Create initial 5.13.4 release notes from template806fc9aDocument #4689 in release notes1653839Document #4686 in release notes- Additional commits viewable in compare view
Updates commons-codec:commons-codec from 1.18.0 to 1.19.0
Changelog
Sourced from commons-codec:commons-codec's changelog.
Apache Commons Codec 1.19.0 Release Notes
The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.19.0.
The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
This is a feature and maintenance release. Java 8 or later is required.
New features
Add HmacUtils.hmac(Path). Thanks to Gary Gregory.Add HmacUtils.hmacHex(Path). Thanks to Gary Gregory.Add PMD check to the default Maven goal. Thanks to Gary Gregory.Add SpotBugs check to the default Maven goal. Thanks to Gary Gregory.Fixed Bugs
Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks to Gary Gregory.Refactor DigestUtils.updateDigest(MessageDigest, File) to use NIO. Thanks to Gary Gregory.- CODEC-328: Clarify Javadoc for org.apache.commons.codec.digest.UnixCrypt.crypt(byte[],String). Thanks to Gary Gregory.
Precompile regular expressions in DaitchMokotoffSoundex.Rule. Thanks to Gary Gregory.Precompile regular expressions in DaitchMokotoffSoundex.parseRules(Scanner, String, Map, Map). Thanks to Gary Gregory.Precompile regular expressions in Lang.loadFromResource(String, Languages). Thanks to Gary Gregory.Precompile regular expressions in PhoneticEngine.encode(String, LanguageSet). Thanks to Gary Gregory.Precompile regular expressions in org.apache.commons.codec.language.bm.Rule.parse*(*). Thanks to Gary Gregory.Remove redundant checks for whitespace in DaitchMokotoffSoundex.soundex(String, boolean). Thanks to Gary Gregory.Javadoc typo in Base16.java [#380](https://github.com/apache/commons-codec/issues/380). Thanks to Sebastian Baunsgaard.Deprecate unused constant org.apache.commons.codec.language.bm.Rule.ALL. Thanks to Gary Gregory.- CODEC-331: org.apache.commons.codec.language.bm.Rule.parsePhonemeExpr(String) adds duplicate empty phoneme when input ends with |. Thanks to IlikeCode, Gary Gregory.
- CODEC-331: org.apache.commons.codec.language.DaitchMokotoffSoundex.cleanup(String) does not remove special characters like punctuation. Thanks to IlikeCode, Gary Gregory.
Fix PMD multiple UnnecessaryFullyQualifiedName in org.apache.commons.codec.binary.StringUtils. Thanks to Gary Gregory.Fix PMD UnusedFormalParameter in private constructor in org.apache.commons.codec.binary.Base16. Thanks to Gary Gregory.Fix PMD multiple UnnecessaryFullyQualifiedName in org.apache.commons.codec.digest.Blake3. Thanks to Gary Gregory.Fix PMD UnnecessaryFullyQualifiedName in org.apache.commons.codec.digest.Md5Crypt. Thanks to Gary Gregory.Fix PMD EmptyControlStatement in org.apache.commons.codec.language.Metaphone. Thanks to Gary Gregory.Fix SpotBugs [ERROR] Medium: org.apache.commons.codec.binary.BaseNCodec$AbstractBuilder.setEncodeTable(byte[]) may expose internal representation by storing an externally mutable object into BaseNCodec$AbstractBuilder.encodeTable [org.apache.commons.codec.binary.BaseNCodec$AbstractBuilder] At BaseNCodec.java:[line 131] EI_EXPOSE_REP2. Thanks to Gary Gregory.The method org.apache.commons.codec.binary.BaseNCodec.AbstractBuilder.setLineSeparator(byte...) now makes a defensive copy. Thanks to Gary Gregory.Avoid unnecessary String conversion in org.apache.commons.codec.language.bm.PhoneticEngine.applyFinalRules(PhonemeBuilder, Map). Thanks to Gary Gregory.Fix SpotBugs [ERROR] High: Potentially dangerous use of non-short-circuit logic in org.apache.commons.codec.language.DaitchMokotoffSoundex.cleanup(String) [org.apache.commons.codec.language.DaitchMokotoffSoundex] At DaitchMokotoffSoundex.java:[line 350] NS_DANGEROUS_NON_SHORT_CIRCUIT. Thanks to Gary Gregory.Changes
... (truncated)
Commits
351cb22Prepare for the release candidate 1.19.0 RC10d501b6Prepare for the next release candidated6d4b82Refactor duplicate code6d6456cNo need to exclude abstract test classes from Surefire runs22d62e4No need to specify the default value for linkXrefc4daf34No longer need to override the version of the Jacoco Maven plugin8f2b673Remove workaround for [SUREFIRE-2253]466a61dFix Javadocca27bd3Fix Checkstyle1dfb4e5Better internal method name- Additional commits viewable in compare view
Updates org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.4
Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4
JUnit 5.13.3 = Platform 1.13.3 + Jupiter 5.13.3 + Vintage 5.13.3
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3
Commits
8a21048Release 5.13.49a38789Finalize 5.13.4 release notes458325cLog only once per implementation type forCloseableResourcetypes976a110Protect against potential problems when converting file-based selectorse94f728Allow default package forPackageSourceb60fecfFail on classpath resource names that are blank after removing leading /6378c88Removejava.*packages fromImport-Packageheaders in all jars (#4738)1a360f3Create initial 5.13.4 release notes from template806fc9aDocument #4689 in release notes1653839Document #4686 in release notes- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+2
-2
Package Dependencies
org.junit.jupiter:junit-jupiter
maven
5.13.2 → 5.13.4
Patch
org.junit.jupiter:junit-jupiter-api
maven
5.13.2 → 5.13.4
Patch
maven
5.13.2 → 5.13.4
Patch
commons-codec:commons-codec
maven
1.18.0 → 1.19.0
Minor
Technical Details
| ID: | 5394715 |
| UUID: | 2719611151 |
| Node ID: | PR_kwDOAuPzCs6iGfkP |
| Host: | GitHub |
| Repository: | rosette-api/java |
| Merge State: | Unknown |