build(deps): bump the maven-minor-patch group across 1 directory with 41 updates#369
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the maven-minor-patch group across 1 directory with 41 updates#369dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
zacharywhitley
pushed a commit
that referenced
this pull request
Jul 6, 2026
Three pre-existing issues flagged by newer versions of tooling in the 41-update Maven minor-patch group Dependabot proposed (#369). Fixing them on master so the group can rebase and land clean. - WitResource.validate(): revert from public to protected. The override in WitResource had been widened to public; the parent WitValue declares it protected. spotbugs-maven-plugin 4.10.2.0 flags IAOM_DO_NOT_INCREASE_METHOD_ACCESSIBILITY on this. No external caller relies on the wider access (grep confirmed). - AbstractWasiHttpConfig constructor: annotate with @SuppressFBWarnings("CT_CONSTRUCTOR_THROW"). Objects.requireNonNull on the collection args can throw NPE, leaving a partially initialized object (SpotBugs 4.10.2.0 flags this as a finalizer-attack surface). Matches the same pattern WitValue already uses for the same concern; the class is abstract with a protected constructor. - DualRuntimeTest.RuntimeProvider: add @SuppressWarnings("deprecation") on the provideArguments(ExtensionContext) override. JUnit Jupiter 5.13 deprecated the single-arg signature in favor of provideArguments(ParameterDeclarations, ExtensionContext); the junit.version bump to 5.14.4 in #369 exposes the deprecation and wasmtime4j-tests-integration compiles with -Werror. Cheaper than chasing every 5.13+ signature migration for a test-only class.
|
@dependabot rebase |
1 similar comment
|
@dependabot rebase |
… 41 updates Bumps the maven-minor-patch group with 41 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.10.4` | `5.14.4` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.10.4` | `5.14.4` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.10.4` | `5.14.4` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.10.4` | `5.14.4` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.10.4` | `5.14.4` | | [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.10.4` | `1.14.4` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.15.2` | `5.23.0` | | [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.15.2` | `5.23.0` | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.4` | `1.18.11` | | [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.18.4` | `1.18.11` | | [com.github.spotbugs:spotbugs](https://github.com/spotbugs/spotbugs) | `4.9.8` | `4.10.2` | | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.9.8` | `4.10.2` | | [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) | `7.22.0` | `7.26.0` | | [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) | `7.22.0` | `7.26.0` | | [org.pitest:pitest-junit5-plugin](https://github.com/pitest/pitest-junit5-plugin) | `1.2.1` | `1.2.3` | | [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.4.1` | `3.6.3` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.11.0` | `3.15.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.5.6` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.5.6` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.5.0` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.0` | `3.4.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.0` | `3.12.0` | | [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) | `3.3.1` | `3.5.0` | | [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) | `3.3.1` | `3.5.0` | | [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) | `3.1.1` | `3.1.4` | | [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.1` | `3.1.4` | | [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.3.0` | `3.6.0` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.6.0` | `3.8.0` | | [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.8.2` | `4.10.2.0` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.14` | `0.8.15` | | [org.pitest:pitest-maven](https://github.com/hcoles/pitest) | `1.22.0` | `1.25.5` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.6.3` | | [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) | `1.6.0` | `1.7.3` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.8` | | [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/download-maven-plugin/download-maven-plugin) | `1.7.1` | `1.13.0` | | [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) | `3.1.0` | `3.2.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.21.2` | `2.22.0` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.21.2` | `2.22.0` | | [com.code-intelligence:jazzer-api](https://github.com/CodeIntelligenceTesting/jazzer) | `0.22.1` | `0.30.0` | | [com.code-intelligence:jazzer-junit](https://github.com/CodeIntelligenceTesting/jazzer) | `0.22.1` | `0.30.0` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.1` | `3.6.2` | Updates `org.junit:junit-bom` from 5.10.4 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.4...r5.14.4) Updates `org.junit.jupiter:junit-jupiter` from 5.10.4 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.4...r5.14.4) Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.4 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.4...r5.14.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.4 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.4...r5.14.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.4 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.4...r5.14.4) Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.4 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.4...r5.14.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.4 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.4...r5.14.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.4 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.4...r5.14.4) Updates `org.junit.platform:junit-platform-launcher` from 1.10.4 to 1.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.mockito:mockito-core` from 5.15.2 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.23.0) Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.23.0) Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.23.0) Updates `net.bytebuddy:byte-buddy` from 1.18.4 to 1.18.11 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.18.4...byte-buddy-1.18.11) Updates `net.bytebuddy:byte-buddy-agent` from 1.18.4 to 1.18.11 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.18.4...byte-buddy-1.18.11) Updates `net.bytebuddy:byte-buddy-agent` from 1.18.4 to 1.18.11 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.18.4...byte-buddy-1.18.11) Updates `com.github.spotbugs:spotbugs` from 4.9.8 to 4.10.2 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.8...4.10.2) Updates `com.github.spotbugs:spotbugs-annotations` from 4.9.8 to 4.10.2 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.8...4.10.2) Updates `net.sourceforge.pmd:pmd-core` from 7.22.0 to 7.26.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Commits](pmd/pmd@pmd_releases/7.22.0...pmd_releases/7.26.0) Updates `net.sourceforge.pmd:pmd-java` from 7.22.0 to 7.26.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Commits](pmd/pmd@pmd_releases/7.22.0...pmd_releases/7.26.0) Updates `net.sourceforge.pmd:pmd-java` from 7.22.0 to 7.26.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Commits](pmd/pmd@pmd_releases/7.22.0...pmd_releases/7.26.0) Updates `org.pitest:pitest-junit5-plugin` from 1.2.1 to 1.2.3 - [Release notes](https://github.com/pitest/pitest-junit5-plugin/releases) - [Commits](pitest/pitest-junit5-plugin@1.2.1...1.2.3) Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.4.1 to 3.6.3 - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.4.1...enforcer-3.6.3) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.15.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.5.6) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.1.2 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.5.6) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.3.0...maven-jar-plugin-3.5.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.0...maven-source-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.0 to 3.12.0 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.12.0) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.3.1...maven-resources-plugin-3.5.0) Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.3.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.3.1...maven-clean-plugin-3.5.0) Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.1 to 3.1.4 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.4) Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.1 to 3.1.4 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.4) Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.3.0 to 3.6.0 - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.6.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.6.0 to 3.8.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/3.6.0...maven/3.8.0) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.8.2 to 4.10.2.0 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.2...spotbugs-maven-plugin-4.10.2.0) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.14 to 0.8.15 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.14...v0.8.15) Updates `org.pitest:pitest-maven` from 1.22.0 to 1.25.5 - [Release notes](https://github.com/hcoles/pitest/releases) - [Commits](hcoles/pitest@1.22.0...1.25.5) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.6.3 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.6.3) Updates `org.codehaus.mojo:flatten-maven-plugin` from 1.6.0 to 1.7.3 - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](mojohaus/flatten-maven-plugin@1.6.0...1.7.3) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.8 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.8) Updates `com.github.spotbugs:spotbugs-annotations` from 4.9.8 to 4.10.2 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.8...4.10.2) Updates `com.googlecode.maven-download-plugin:download-maven-plugin` from 1.7.1 to 1.13.0 - [Release notes](https://github.com/download-maven-plugin/download-maven-plugin/releases) - [Commits](download-maven-plugin/download-maven-plugin@1.7.1...1.13.0) Updates `org.apache.maven.plugins:maven-antrun-plugin` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/apache/maven-antrun-plugin/releases) - [Commits](apache/maven-antrun-plugin@maven-antrun-plugin-3.1.0...maven-antrun-plugin-3.2.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.2 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.21.2 to 2.22.0 Updates `com.code-intelligence:jazzer-api` from 0.22.1 to 0.30.0 - [Release notes](https://github.com/CodeIntelligenceTesting/jazzer/releases) - [Commits](CodeIntelligenceTesting/jazzer@v0.22.1...v0.30.0) Updates `com.code-intelligence:jazzer-junit` from 0.22.1 to 0.30.0 - [Release notes](https://github.com/CodeIntelligenceTesting/jazzer/releases) - [Commits](CodeIntelligenceTesting/jazzer@v0.22.1...v0.30.0) Updates `com.code-intelligence:jazzer-junit` from 0.22.1 to 0.30.0 - [Release notes](https://github.com/CodeIntelligenceTesting/jazzer/releases) - [Commits](CodeIntelligenceTesting/jazzer@v0.22.1...v0.30.0) Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.1 to 3.6.2 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.1...maven-shade-plugin-3.6.2) --- updated-dependencies: - dependency-name: com.code-intelligence:jazzer-api dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.code-intelligence:jazzer-junit dependency-version: 0.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.code-intelligence:jazzer-junit dependency-version: 0.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.github.spotbugs:spotbugs dependency-version: 4.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin dependency-version: 1.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: net.sourceforge.pmd:pmd-core dependency-version: 7.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: net.sourceforge.pmd:pmd-java dependency-version: 7.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: net.sourceforge.pmd:pmd-java dependency-version: 7.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-antrun-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.codehaus.mojo:flatten-maven-plugin dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.14.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.14.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.14.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.junit:junit-bom dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.pitest:pitest-junit5-plugin dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.pitest:pitest-maven dependency-version: 1.25.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2d8b764 to
c236fa4
Compare
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the maven-minor-patch group with 41 updates in the / directory:
5.10.45.14.45.10.45.14.45.10.45.14.45.10.45.14.45.10.45.14.41.10.41.14.45.15.25.23.05.15.25.23.01.18.41.18.111.18.41.18.114.9.84.10.24.9.84.10.27.22.07.26.07.22.07.26.01.2.11.2.33.4.13.6.33.11.03.15.03.1.23.5.63.1.23.5.63.3.03.5.03.3.03.4.03.6.03.12.03.3.13.5.03.3.13.5.03.1.13.1.43.1.13.1.43.3.03.6.03.6.03.8.04.9.8.24.10.2.00.8.140.8.151.22.01.25.53.1.03.6.31.6.01.7.33.1.03.2.81.7.11.13.03.1.03.2.02.21.22.22.02.21.22.22.00.22.10.30.00.22.10.30.03.5.13.6.2Updates
org.junit:junit-bomfrom 5.10.4 to 5.14.4Release notes
Sourced from org.junit:junit-bom's releases.
... (truncated)
Commits
096fd69Release 5.14.411fd02bRemove JDK 24 (EOL)5b7f023Fix integration tests on JDK 2718f842aTest against JDK 26 (GA) and JDK 27 (EA)a5bf336Polish 5.14.4 release notes7667c14Fix race condition in NodeTestTask (#5427)ac01f2dInclude full display name in legacy XML reports (#5524)fbd4a8eInclude class template invocation index in legacy reporting names7d6f0c0Only check PDF for GA releases14f534dTest 5.14.x against JDK 25 ga (#5623)Updates
org.junit.jupiter:junit-jupiterfrom 5.10.4 to 5.14.4Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
... (truncated)
Commits
096fd69Release 5.14.411fd02bRemove JDK 24 (EOL)5b7f023Fix integration tests on JDK 2718f842aTest against JDK 26 (GA) and JDK 27 (EA)a5bf336Polish 5.14.4 release notes7667c14Fix race condition in NodeTestTask (#5427)ac01f2dInclude full display name in legacy XML reports (#5524)fbd4a8eInclude class template invocation index in legacy reporting names7d6f0c0Only check PDF for GA releases14f534dTest 5.14.x against JDK 25 ga (#5623)Updates
org.junit.jupiter:junit-jupiter-apifrom 5.10.4 to 5.14.4Release notes
Sourced from org.junit.jupiter:junit-jupiter-api's releases.
... (truncated)
Commits
096fd69Release 5.14.411fd02bRemove JDK 24 (EOL)5b7f023Fix integration tests on JDK 2718f842aTest against JDK 26 (GA) and JDK 27 (EA)a5bf336Polish 5.14.4 release notes7667c14Fix race condition in NodeTestTask (#5427)ac01f2dInclude full display name in legacy XML reports (#5524)fbd4a8eInclude class template invocation index in legacy reporting names7d6f0c0Only check PDF for GA releases14f534dTest 5.14.x against JDK 25 ga (#5623)Updates
org.junit.jupiter:junit-jupiter-enginefrom 5.10.4 to 5.14.4Release notes
Sourced from org.junit.jupiter:junit-jupiter-engine's releases.
... (truncated)
Commits
096fd69Release 5.14.411fd02bRemove JDK 24 (EOL)5b7f023Fix integration tests on JDK 2718f842aTest against JDK 26 (GA) and JDK 27 (EA)a5bf336Polish 5.14.4 release notes7667c14Fix race condition in NodeTestTask (#5427)ac01f2dInclude full display name in legacy XML reports (#5524)fbd4a8eInclude class template invocation index in legacy reporting names7d6f0c0Only check PDF for GA releases14f534dTest 5.14.x against JDK 25 ga (#5623)Updates
org.junit.jupiter:junit-jupiter-paramsfrom 5.10.4 to 5.14.4Release notes
Sourced from org.junit.jupiter:junit-jupiter-params's releases.
... (truncated)
Commits
096fd69Release 5.14.411fd02bRemove JDK 24 (EOL)5b7f023Fix integration tests on JDK 2718f842aTest against JDK 26 (GA) and JDK 27 (EA)a5bf336Polish 5.14.4 release notes7667c14Fix race condition in NodeTestTask (#5427)ac01f2dInclude full display name in legacy XML reports (#5524)fbd4a8eInclude class template invocation index in legacy reporting names7d6f0c0Only check PDF for GA releases14f534dTest 5.14.x against JDK 25 ga (#5623)Updates
org.junit.jupiter:junit-jupiter-apifrom 5.10.4 to 5.14.4Release notes
Sourced from org.junit.jupiter:junit-jupiter-api's releases.
... (truncated)
Commits
096fd69Release 5.14.411fd02bRemove JDK 24 (EOL)5b7f023Fix integration tests on JDK 2718f842aTest against JDK 26 (GA) and JDK 27 (EA)a5bf336Polish 5.14.4 release notes7667c14Fix race condition in NodeTestTask (#5427)ac01f2dInclude full display name in legacy XML reports (#5524)fbd4a8eInclude class template invocation index in legacy reporting names7d6f0c0Only check PDF for GA releases14f534dTest 5.14.x against JDK 25 ga (#5623)Updates
org.junit.jupiter:junit-jupiter-enginefrom 5.10.4 to 5.14.4Release notes
Sourced from org.junit.jupiter:junit-jupiter-engine's releases.
... (truncated)
Commits
096fd69Release 5.14.411fd02bRemove JDK 24 (EOL)5b7f023Fix integration tests on JDK 2718f842aTest against JDK 26 (GA) and JDK 27 (EA)a5bf336Polish 5.14.4 release notes7667c14Fix race condition in NodeTestTask (#5427)ac01f2dInclude full display name in legacy XML reports (#5524)fbd4a8eInclude class template invocation index in legacy reporting names7d6f0c0Only check PDF for GA releases14f534dTest 5.14.x against JDK 25 ga (#5623)Updates
org.junit.jupiter:junit-jupiter-paramsfrom 5.10.4 to 5.14.4Release notes
Sourced from org.junit.jupiter:junit-jupiter-params's releases.
... (truncated)
Commits
096fd69Release 5.14.411fd02bRemove JDK 24 (EOL)5b7f023Fix integration tests on JDK 2718f842aTest against JDK 26 (GA) and JDK 27 (EA)a5bf336Polish 5.14.4 release notes7667c14Fix race condition in NodeTestTask (#5427)ac01f2dInclude full display name in legacy XML reports (#5524)fbd4a8eInclude class template invocation index in legacy reporting names7d6f0c0Only check PDF for GA releases14f534dTest 5.14.x against JDK 25 ga (#5623)Updates
org.junit.platform:junit-platform-launcherfrom 1.10.4 to 1.14.4Commits
Updates
org.mockito:mockito-corefrom 5.15.2 to 5.23.0Release notes
Sourced from org.mockito:mockito-core's releases.
... (truncated)
Commits
a231205Fix StackOverflowError with AbstractList after using mockSingleton (#3790)f6a91a6Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...aa2298afix: make spotless happya6729d6chore: update BDDMockito with jspecify annotationbb83c92chore: move jspecify as a compile only dependency47a4695chore: add jspecify with minimal change. Fixes #350325f1395Add core API to enable Kotlin singleton mocking (#3762)ef9ee55Avoids mocking private static methods, as well as package-private static meth...d16fcfcBump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)27eb8a3ClarifyRETURNS_MOCKSbehavior with sealed abstract enums (Java 15+) (#3773)Updates
org.mockito:mockito-junit-jupiterfrom 5.15.2 to 5.23.0Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.