Bump the maven-deps group with 17 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
dependencies java
Bumps the maven-deps group with 17 updates:
| Package | From | To |
|---|---|---|
| com.fasterxml.jackson.core:jackson-databind | 2.21.1 |
2.21.2 |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | 2.21.1 |
2.21.2 |
| org.junit.jupiter:junit-jupiter | 5.14.1 |
6.0.3 |
| org.apache.ant:ant | 1.10.15 |
1.10.17 |
| com.puppycrawl.tools:checkstyle | 10.26.1 |
13.4.0 |
| org.apache.maven.doxia:doxia-module-markdown | 2.0.0 |
2.1.0 |
| com.github.spotbugs:spotbugs-maven-plugin | 4.9.8.2 |
4.9.8.3 |
| org.apache.maven.plugins:maven-compiler-plugin | 3.14.1 |
3.15.0 |
| org.apache.maven.plugins:maven-jar-plugin | 3.4.2 |
3.5.0 |
| org.codehaus.mojo:exec-maven-plugin | 3.6.2 |
3.6.3 |
| org.apache.maven.plugins:maven-surefire-plugin | 3.5.4 |
3.5.5 |
| com.diffplug.spotless:spotless-maven-plugin | 2.44.5 |
3.4.0 |
| org.apache.maven.plugins:maven-resources-plugin | 3.4.0 |
3.5.0 |
| org.apache.maven.plugins:maven-surefire-report-plugin | 3.5.4 |
3.5.5 |
| org.codehaus.mojo:taglist-maven-plugin | 3.2.1 |
3.2.2 |
| org.apache.maven.plugins:maven-dependency-plugin | 3.9.0 |
3.10.0 |
| org.apache.maven.plugins:maven-enforcer-plugin | 3.5.0 |
3.6.2 |
Updates com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.2
Commits
- See full diff in compare view
Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.21.1 to 2.21.2
Updates org.junit.jupiter:junit-jupiter from 5.14.1 to 6.0.3
Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3
JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2
JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1
JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0
See Release Notes.
New Contributors
@2897robomade their first contribution in junit-team/junit-framework#4525@strangelookingnerdmade their first contribution in junit-team/junit-framework#4683@eric6iesemade their first contribution in junit-team/junit-framework#4717@raccoonbackmade their first contribution in junit-team/junit-framework#4822@currenjinmade their first contribution in junit-team/junit-framework#4823@mehulimukherjeemade their first contribution in junit-team/junit-framework#4913@lsloninamade their first contribution in junit-team/junit-framework#4629Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0
JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3
See Release Notes.
New Contributors
@mehulimukherjeemade their first contribution in junit-team/junit-framework#4913@lsloninamade their first contribution in junit-team/junit-framework#4629Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3
JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2
JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1
... (truncated)
Commits
36e3253Release 6.0.3295561fFinalize 6.0.3 release notesea18076Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (#5348)869e232Add 5.14.3 release notesd4b34c4Fix links to User Guide5c8fb0fReliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJrefebb13fCheck out entire repo so switching tomainbranch works in last step71fba90Installpoppler-utilsforpdfinfo740e9e0Update API baseline2ba535fUse release branch of examples repo- Additional commits viewable in compare view
Updates org.apache.ant:ant from 1.10.15 to 1.10.17
Updates com.puppycrawl.tools:checkstyle from 10.26.1 to 13.4.0
Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
checkstyle-13.4.0
Checkstyle 13.4.0 - https://checkstyle.org/releasenotes.html#Release_13.4.0
Breaking backward compatibility:
#8315 - Improve violation message of ImportOrder
New:
#17565 - Line break must be present after
{of non-empty block in switch rule #18065 - New Check: IllegalSymbol to forbit emoj in codeBug fixes:
#18228 - False-positive: Suppress indentation check when quotes start at the left margin #17137 - UnnecessaryNullCheckWithInstanceOf ignores redundant null check for complex cases. #17842 - False-negative: Member names with underscores
... (truncated)
Commits
ad2d2d2[maven-release-plugin] prepare release checkstyle-13.4.0ac969f5doc: release notes for 13.4.0b96d1c3Issue #15456: Define violation messages for JavadocTagContinuationIndentationd47cde5Issue #11163: Enforce file size on InputNeedBracesTestSwitchExpressionbbb00f9Issue #16361: add comment on testAddException601213dIssue #12721: add Buildkite CI with mvn verify95cecf8dependency: bump org.openrewrite.recipe:rewrite-migrate-java92dcd3ddependency: bump pmd.version from 7.22.0 to 7.23.0ab7a33cIssue #16361: Refactor testNewCtor70cab66Issue #16361: Add explanatory comment for testReadResourceWithInvalidName- Additional commits viewable in compare view
Updates org.apache.maven.doxia:doxia-module-markdown from 2.0.0 to 2.1.0
Updates com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3
Release notes
Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.
Spotbugs Maven Plugin 4.9.8.3
Consumer
- Fix support for noClassOk
- Fix xref links
- library updates
Build
- Update actions
- Plugin updates
- Restore spock test runs
- Update copyright date on files from 2025 to 2026 to keep java 8 release in line with master
Commits
60c97f8[maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.8.35579b86Merge pull request #1350 from hazendaz/mastere8d6344[ci] formattingcb28317[pom] Update byte buddy to 1.18.7 (no jdk5)29ec1feUpdate README.md1405d03Merge pull request #1344 from spotbugs/hazendaz-patch-1a761466Update Java version requirements in README62594b3Merge pull request #1342 from hazendaz/masteradcc2e3[ci] Formatting0b53c1dMerge pull request #1338 from spotbugs/renovate/github-codeql-action-digest- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0
Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
3.15.0
🐛 Bug Fixes
- Fix Java 25 compatibility during integration tests (#1020)
@desruisseaux- [MCOMPILER-540] - useIncrementalCompilation=false may add generated sources to the sources list (#192)
@mensinda👻 Maintenance
- Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#1015)
@slachiewicz- Remove declaration of "plexus-snapshots" repository (#1010)
@desruisseaux- Works only with Maven 4.0.0 rc4 (#996)
@slachiewicz- Enable Java 25 and Maven 4 in CI (#975)
@slachiewicz📦 Dependency updates
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 (#1016) @dependabot[bot]
- Bump plexusCompilerVersion from 2.16.1 to 2.16.2 (#1021) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#1019) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (#1008) @dependabot[bot]
- Bump org.ow2.asm:asm from 9.9 to 9.9.1 (#1005) @dependabot[bot]
- Bump mavenVersion from 3.9.11 to 3.9.12 (#1007) @dependabot[bot]
- Bump maven-plugin-testing-harness to 3.4.0 (#1001)
@slawekjaranowski- Bump plexusCompilerVersion from 2.16.0 to 2.16.1 (#999) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 (#993) @dependabot[bot]
- Bump plexusCompilerVersion from 2.15.0 to 2.16.0 (#992) @dependabot[bot]
- Bump org.ow2.asm:asm from 9.8 to 9.9 (#981) @dependabot[bot]
Commits
9290cb3[maven-release-plugin] prepare release maven-compiler-plugin-3.15.03657d40Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness7bbf805Bump plexusCompilerVersion from 2.16.1 to 2.16.257fa938Bump org.apache.maven.plugins:maven-plugins from 46 to 47385e3f2Fix Java 25 compatibility during integration tests (#1020)6b34423Bump org.apache.maven.plugins:maven-plugins from 45 to 46aaeb9c6[MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...6e3db9dBump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.20fe9b84Remove declaration of "plexus-snapshots" repository (#1010)35f6800Bump org.ow2.asm:asm from 9.9 to 9.9.1- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0
Release notes
Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.
3.5.0
🚀 New features and improvements
- Add new "attach" configuration parameter (3.x port of #482) (#483)
@hgschmie- add Java-Version to MANIFEST.MF (#465)
@hboutemy🐛 Bug Fixes
- Fix detecting java version for toolchains and JDK 1.8 (#500)
@slawekjaranowski- Ignore stderr when parsing javac version from toolchain (#471)
@jaredstehler👻 Maintenance
- Update site descriptor to 2.0.0 (#501)
@slawekjaranowski- chore: remove junit3 references (#494)
@slawekjaranowski- Migrate component injection to JSR-330 (#492)
@slawekjaranowski- Add PR Automation to 3.x (#132)
@slawekjaranowski- Improve release-drafter configuration (#128)
@slawekjaranowski- Fix for Maven 4.0.0-rc-3 (#130)
@slawekjaranowski- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#119)
@Bukama🔧 Build
- Bump m-invoker-p to 3.9.1 for Java 25 (#480)
@hboutemy📦 Dependency updates
- Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#499) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 (#498) @dependabot[bot]
- Use maven-plugin-testing-harness version 3.4.0 (#491)
@slawekjaranowski- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 (#488) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 (#478) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 (#464) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 42 to 45 (#452) @dependabot[bot]
- Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.4 (#461) @dependabot[bot]
- Bump commons-io:commons-io from 2.19.0 to 2.20.0 (#457) @dependabot[bot]
- Bump mavenVersion from 3.9.10 to 3.9.11 (#456) @dependabot[bot]
- Bump mavenVersion from 3.9.9 to 3.9.10 (#146) @dependabot[bot]
- Bump org.apache.maven.shared:file-management from 3.1.0 to 3.2.0 (#143) @dependabot[bot]
- Bump mavenVersion from 3.6.3 to 3.9.9 (#107) @dependabot[bot]
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#140) @dependabot[bot]
- Bump commons-io:commons-io from 2.16.1 to 2.18.0 (#114) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 (#109) @dependabot[bot]
Commits
68d00f1[maven-release-plugin] prepare release maven-jar-plugin-3.5.0357b9bfUpdate site descriptor to 2.0.0340249cFix detecting java version for toolchains and JDK 1.806a6245chore: remove junit3 referencesd302b2cBump commons-io:commons-io from 2.20.0 to 2.21.06081bdbBump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4ef8ed4cMigrate component injection to JSR-330704a35cIgnore stderr when parsing javac version from toolchain (#471)0beb969Use maven-plugin-testing-harness version 3.4.0c2624c8Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#488)- Additional commits viewable in compare view
Updates org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
Release notes
Sourced from org.codehaus.mojo:exec-maven-plugin's releases.
3.6.3
📝 Documentation updates
- Document thread group isolation limitation in java goal (#503) @copilot-swe-agent[bot]
👻 Maintenance
- JUnit 5 best practices (#505)
@slachiewicz- Move ExecJavaMojoTest, ExecMojoTest to JUnit 5 (#502)
@slawekjaranowski- Add support for JEP 512 for for package-private static main method (#499)
@anuragagarwal561994- Move to JUnit 5 (#501)
@slawekjaranowski📦 Dependency updates
- Bump asm.version from 9.9 to 9.9.1 (#509) @dependabot[bot]
- Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0 (#508) @dependabot[bot]
Commits
fe1fa8c[maven-release-plugin] prepare release 3.6.35b3fecaBump asm.version from 9.9 to 9.9.1efc7faaBump org.apache.commons:commons-exec from 1.5.0 to 1.6.0cdaf267JUnit 5 best practices (#505)f3f5997Move ExecJavaMojoTest, ExecMojoTest to JUnit 503b87b5Document thread group isolation limitation in java goal (#503)7a66c3eAdd support for JEP 512 for for package-private static main methods with and ...a6d01efMove to JUnit 588d5961[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5
Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
3.5.5
🚀 New features and improvements
- Replace runing external process and parsing output with simple ProcessHandle if available (Java9+) (#3252)
@olamy- Pass slf4j context to spawned thread (#3241)
@scottrw93- [SUREFIRE-3239] - allow override of statistics file checksum (#3247)
@XN137- Reduce log level for skipped tests result to info (#3232)
@strangelookingnerd🐛 Bug Fixes
- Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258)
@jbliznak. Please note if you are using Windows with Java 8 and not PowerShell (you have options to: use Java 9+, install PowerShell or stay on Surefire 3.5.4)- Properly work with test failures caused during beforeAll phase (#3194)
@Frawless📝 Documentation updates
👻 Maintenance
- Fix Jenkin badges in README (#3254)
@slawekjaranowski- Use JUnit5 in failsafe ITs (#3251)
@slawekjaranowski- Remove long-deprecated unused encoding property from VerifyMojo (#3198)
@Tomlincoln- Add IT and deal with corner cases of handling beforeAll failures (#3200)
@Frawless- Revert PR #3194 that handle beforeAll failures to follow proper contributing rules (#3211)
@Frawless🔧 Build
📦 Dependency updates
- Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#3209) @dependabot[bot]
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.1 (#3260) @dependabot[bot]
- Bump parent from 44 to 47 (#3253)
@slawekjaranowski- Bump org.assertj:assertj-core from 3.16.1 to 3.27.7 in /surefire-its/src/test/resources/surefire-1733-testng (#3246) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#3245) @dependabot[bot]
- Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (#3243) @dependabot[bot]
- Bump org.htmlunit:htmlunit from 4.20.0 to 4.21.0 (#3236) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (#3235) @dependabot[bot]
- Bump org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.3 in /surefire-its/src/test/resources/surefire-1659-stream-corruption (#3234) @dependabot[bot]
- Bump org.htmlunit:htmlunit from 4.19.0 to 4.20.0 (#3228) @dependabot[bot]
- Bump org.htmlunit:htmlunit from 4.18.0 to 4.19.0 (#3224) @dependabot[bot]
- Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#3223) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 (#3221) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0 (#3220) @dependabot[bot]
- Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#3217) @dependabot[bot]
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 (#3214) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 (#3218) @dependabot[bot]
- Bump org.htmlunit:htmlunit from 4.16.0 to 4.18.0 (#3213) @dependabot[bot]
... (truncated)
Commits
968cb38[maven-release-plugin] prepare release surefire-3.5.58e7dc41Reapply "Replace runing external process and parsing output with simple Proce...4ced57cRevert "Replace runing external process and parsing output with simple Proces…"8496d9aBump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#3209)68265e5Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#3260)0b19014Replace runing external process and parsing output with simple ProcessHandle ...688f8c4Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258)e5c01a6Build only by the latest Maven on Jenkins (#3255)9c99e97Fix Jenkin badges in README (#3254)20930eaBump parent from 44 to 47 (#3253)- Additional commits viewable in compare view
Updates com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 3.4.0
Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Maven Plugin v3.4.0
Added
- Add
tableTestformat type for standalone.tablefiles. (#2880)Changes
- Bump default
tabletest-formatterversion1.0.1->1.1.1, now works with Java 17+. (#2880)Lib v3.3.1
Fixed
GitPrePushHookInstallerdidn't work on windows, now fixed. (#2562)Lib v3.3.0
Added
- Allow specifying path to Biome JSON config file directly in
biomestep. Requires biome 2.x. (#2548)GitPrePushHookInstaller, a reusable library component for installing a Gitpre-pushhook that runs formatter checks. (#2553)- Allow setting Eclipse XML config from a string, not only from files (#2361)
Changed
- Bump default
gsonversion to latest2.11.0->2.13.1. (#2414)- Bump default
jacksonversion to latest2.18.1->2.19.2. (#2558)- Bump default
gherkin-utilsversion to latest9.0.0->9.2.0. (#2408)- Bump default
cleanthatversion to latest2.22->2.23. (#2556)Maven Plugin v3.3.0
Added
- Add
tabletest-formattersupport for Java and Kotlin. (#2860)Fixed
- Fix the ability to specify a wildcard version (
*) for external formatter executables, which did not work. (#2848)- [fix]
ConcurrentModificationExceptioninexpandWildcardImports(#2830)Maven Plugin v3.2.1
Fixed
Lib v3.2.0
Added
- Support for
idea(#2020, #2535)- Add support for removing wildcard imports via
removeWildcardImportsstep. (#2517)- scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)
Fixed
SortPomdisable expandEmptyElements, to avoid empty body warnings. (#2520)- Fix biome formatter for new major release 2.x of biome (#2537)
- Make sure npm-based formatters use the correct
node_modulesdirectory when running in parallel. (#2542)Changed
- Bump internal dependencies for npm-based formatters (#2542)
Maven Plugin v3.2.0
Added
- Add the ability to specify a wildcard version (
*) for external formatter executables. (#2757)Changes
- Dramatic (~100x) performance improvement when using git
ratchetFrom. (#2805)Fixed
... (truncated)
Commits
708a1b0Published maven/3.4.01cc0163Published gradle/8.4.0a4cd808Published lib/4.5.09066bf6Add links to the changelog.db8dc1cFix for illegal mutation issue withpredeclareDeps(#2892)0eb98a9chore: Updated gradle plugin change3f7f12echore: Removes check for predeclare as it's not needed anymore55c0c5cfix: IsolatedProjectTest.predeclaredIsUnsupported() is now actually supported...47489affix: avoid IllegalMutationException when root project uses predeclareDeps() w...4010e8btest: Introduce a test harnessing predeclared deps- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0
Release notes
Sourced from org.apache.maven.plugins:maven-resources-plugin's releases.
3.5.0
🚀 New features and improvements
👻 Maintenance
- Add IT for #444 issue (#446)
@slawekjaranowski- Migration to JUnit 5 - avoid using AbstractMojoTestCase (#449)
@slawekjaranowski- Migration to JUnit 5 - avoid using AbstractMojoTestCase (#447)
@slawekjaranowski📦 Dependency updates
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1 (#461) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 45 to 47 (#459) @dependabot[bot]
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 (#457) @dependabot[bot]
- Bump mavenVersion from 3.9.11 to 3.9.12 (#452) @dependabot[bot]
Commits
ce485a0[maven-release-plugin] prepare release maven-resources-plugin-3.5.0bfadfffUse maven-filtering 3.5.0 (staged)3f74ba2Drop commons-io; unusedcaefcdeBug: use change detecton strategies (#462)38534e3Cleanup deps (#463)0814ec7Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#461)e2f9135Bump org.apache.maven.plugins:maven-plugins from 45 to 47 (#459)a050be3Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#457)1825b2aBump mavenVersion from 3.9.11 to 3.9.12 (#452)ad31b55Add IT for #444 issue- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.4 to 3.5.5
Release notes
Sourced from org.apache.maven.plugins:maven-surefire-report-plugin's releases.
3.5.5
🚀 New features and improvements
- Replace runing external process and parsing output with simple ProcessHandle if available (Java9+) (#3252)
@olamy- Pass slf4j context to spawned thread (#3241)
@scottrw93- [SUREFIRE-3239] - allow override of statistics file checksum (#3247)
@XN137- Reduce log level for skipped tests result to info (#3232)
@strangelookingnerd🐛 Bug Fixes
- Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258)
@jbliznak. Please note if you are using Windows with Java 8 and not PowerShell (you have options to: use Java 9+, install PowerShell or stay on Surefire 3.5.4)- Properly work with test failures caused during beforeAll phase (#3194)
@Frawless📝 Documentation updates
👻 Maintenance
- Fix Jenkin badges in README (#3254)
@slawekjaranowski- Use JUnit5 in failsafe ITs (#3251)
@slawekjaranowski- Remove long-deprecated unused encoding property from VerifyMojo (#3198)
@Tomlincoln- Add IT and deal with corner cases of handling beforeAll failures (#3200)
@Frawless- Revert PR #3194 that handle beforeAll failures to follow proper contributing rules (#3211)
@Frawless🔧 Build
📦 Dependency updates
- Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#3209) @dependabot[bot]
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.1 (#3260) @dependabot[bot]
- Bump parent from 44 to 47 (#3253)
@slawekjaranowski- Bump org.assertj:assertj-core from 3.16.1 to 3.27.7 in /surefire-its/src/test/resources/surefire-1733-testng (#3246) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#3245) @dependabot[bot]
- Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (#3243) @dependabot[bot]
- Bump org.htmlunit:htmlunit from 4.20.0 to 4.21.0 (#3236) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (#3235) @dependabot[bot]
- Bump org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.3 in /surefire-its/src/test/resources/surefire-1659-stream-corruption (#3234) @dependabot[bot]
- Bump org.htmlunit:htmlunit from 4.19.0 to 4.20.0 (#3228) @dependabot[bot]
- Bump org.htmlunit:htmlunit from 4.18.0 to 4.19.0 (#3224) @dependabot[bot]
- Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#3223) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 (#3221) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0 (#3220) @dependabot[bot]
- Bump commons-io:commons-io from 2.20.0 to 2.21.0 (
Package Dependencies
Package:
org.junit.jupiter:junit-jupiterEcosystem:
mavenVersion Change:
5.14.1 → 6.0.3Update Type:
MajorEcosystem:
mavenVersion Change:
3.5.4 → 3.5.5Update Type:
PatchPackage:
com.puppycrawl.tools:checkstyleEcosystem:
mavenVersion Change:
10.26.1 → 13.4.0Update Type:
MajorEcosystem:
mavenVersion Change:
2.21.1 → 2.21.2Update Type:
PatchEcosystem:
mavenVersion Change:
3.14.1 → 3.15.0Update Type:
MinorEcosystem:
mavenVersion Change:
3.4.2 → 3.5.0Update Type:
MinorEcosystem:
mavenVersion Change:
3.5.0 → 3.6.2Update Type:
MinorPackage:
org.codehaus.mojo:exec-maven-pluginEcosystem:
mavenVersion Change:
3.6.2 → 3.6.3Update Type:
PatchEcosystem:
mavenVersion Change:
2.44.5 → 3.4.0Update Type:
MajorEcosystem:
mavenVersion Change:
4.9.8.2 → 4.9.8.3Ecosystem:
mavenVersion Change:
2.21.1 → 2.21.2Update Type:
PatchEcosystem:
mavenVersion Change:
3.4.0 → 3.5.0Update Type:
MinorEcosystem:
mavenVersion Change:
3.9.0 → 3.10.0Update Type:
MinorEcosystem:
mavenVersion Change:
3.5.4 → 3.5.5Update Type:
PatchEcosystem:
mavenVersion Change:
2.0.0 → 2.1.0Update Type:
MinorEcosystem:
mavenVersion Change:
3.2.1 → 3.2.2Update Type:
Patch
Technical Details
| ID: | 15500552 |
| UUID: | 4328378675 |
| Node ID: | PR_kwDORY8wF87Vmunn |
| Host: | GitHub |
| Repository: | github/copilot-sdk-java |