Bump the dev-dependencies group across 1 directory with 5 updates - #345
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the dev-dependencies group across 1 directory with 5 updates#345dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v2 #345 +/- ##
=========================================
Coverage 83.84% 83.84%
Complexity 168 168
=========================================
Files 12 12
Lines 390 390
Branches 53 53
=========================================
Hits 327 327
Misses 58 58
Partials 5 5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dependabot
Bot
force-pushed
the
dependabot/maven/dev-dependencies-c1473920a9
branch
2 times, most recently
from
July 9, 2026 19:43
4f4b9de to
6cb2c15
Compare
Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.2` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` | | [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.8.3` | `4.10.3.0` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.14` | `0.8.15` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.10.0` | `0.11.0` | Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.0 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.2) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.8.3 to 4.10.3.0 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.3...spotbugs-maven-plugin-4.10.3.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.sonatype.central:central-publishing-maven-plugin` from 0.10.0 to 0.11.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.10.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/maven/dev-dependencies-c1473920a9
branch
from
July 13, 2026 21:43
6cb2c15 to
8a89883
Compare
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 dev-dependencies group with 5 updates in the / directory:
6.1.06.1.23.5.53.5.64.9.8.34.10.3.00.8.140.8.150.10.00.11.0Updates
org.junit.jupiter:junit-jupiter-enginefrom 6.1.0 to 6.1.2Release notes
Sourced from org.junit.jupiter:junit-jupiter-engine's releases.
Commits
b685426Release 6.1.2ae244a6Remove blanket outputDirectoryCreator from SuiteEngineTests (#5793)43bd154Finalize 6.1.2 release notes0cd9510Fix order of release note sectionsa1507cbAdd initial 6.1.2 release notes to release notes index9326641Fix NoTestsDiscoveredException for suites containing only dynamic tests (#5839)2ef1123Create initial 6.1.2 release notes from template83fa9abBack to snapshots for further development0d85889Release 6.1.10363eeeFinalize 6.1.1 release notesUpdates
org.apache.maven.plugins:maven-surefire-pluginfrom 3.5.5 to 3.5.6Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
Commits
25ea054[maven-release-plugin] prepare release surefire-3.5.6e5f374cBump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3dadd55bIssue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...39dd250Bump commons-io:commons-io from 2.21.0 to 2.22.02774273Ensure that the statistics filename is calculated only once. (#3326) (#3327)0d5df8a3.5.x/bug/cherry pick embedded mode its (#3328)04ad9a2Use surefire 3.5.5 by project itself for testing37e8f69Addflakesattribute to use intestsuitereport (#3306) (#3308)a970fefIntroduce reportTestTimestamp option and include timestamp for test sets and ...e838393deploy 3.5.x branch to nexusUpdates
com.github.spotbugs:spotbugs-maven-pluginfrom 4.9.8.3 to 4.10.3.0Release notes
Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.
... (truncated)
Commits
f0e6f45[maven-release-plugin] prepare release spotbugs-maven-plugin-4.10.3.086af8d5Merge pull request #1473 from spotbugs/renovate/spotbugs.version2fc1232Update dependency com.github.spotbugs:spotbugs to v4.10.38938370Merge pull request #1472 from hazendaz/antwork68ee04dReplace 'ant' usage with process builder4fcdf58Merge pull request #1471 from hazendaz/masterc97f85e[ci] Minor cleanup after toolchain adjustmentsf7dde3a[nio] Change 'spotbugsAuxClasspath' file to a temp file and remove larger try...ce2addbMerge pull request #1470 from hazendaz/restructurebc53d37[ci] readme update to reproducible builesd infoUpdates
org.jacoco:jacoco-maven-pluginfrom 0.8.14 to 0.8.15Release notes
Sourced from org.jacoco:jacoco-maven-plugin's releases.
Commits
6c5260aPrepare release v0.8.155c05141Transfer of execution data through socket should use buffered stream (#2089)ab5efa9Remove from Azure Pipelines all builds except with JDK 5 and JDK EA (#2148)5f6ea38Use Windows 2025 image in GitHub Actions (#2130)35a8af2Use Renovate instead of Dependabot for updates of ASM (#2137)85b8ddfUpgrade ASM to 9.10.1 (#2134)2988647AgentModule should use ClassLoader of agent instead of SystemClassLoader (#1651)75a4e31Add filter for Kotlin@JvmExposeBoxed(#1944)691fa1dUse Renovate instead of Dependabot for updates of GitHub Actions (#2132)3e18f17Require at least JDK 21 for build (#2128)Updates
org.sonatype.central:central-publishing-maven-pluginfrom 0.10.0 to 0.11.0Commits