Skip to content

build(deps): bump the dependencies group with 38 updates#1

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dependencies-764ef4e772
Closed

build(deps): bump the dependencies group with 38 updates#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dependencies-764ef4e772

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 8, 2025

Bumps the dependencies group with 38 updates:

Package From To
org.apache.commons:commons-lang3 3.14.0 3.17.0
org.apache.commons:commons-text 1.12.0 1.13.0
org.springframework:spring-webmvc 6.1.10 6.2.5
org.springframework:spring-test 6.1.10 6.2.5
org.slf4j:slf4j-api 2.0.13 2.0.17
com.fasterxml.jackson.core:jackson-databind 2.17.1 2.18.3
ch.qos.logback:logback-classic 1.5.6 1.5.18
org.junit.jupiter:junit-jupiter-api 5.10.3 5.12.1
org.junit.jupiter:junit-jupiter-params 5.10.3 5.12.1
org.junit.jupiter:junit-jupiter-engine 5.10.3 5.12.1
org.yaml:snakeyaml 2.2 2.4
org.hamcrest:hamcrest 2.2 3.0
org.mockito:mockito-core 5.12.0 5.17.0
org.apache.maven.plugins:maven-compiler-plugin 3.13.0 3.14.0
org.apache.maven.plugins:maven-javadoc-plugin 3.7.0 3.11.2
org.apache.maven.plugins:maven-surefire-plugin 3.3.0 3.5.3
com.diffplug.spotless:spotless-maven-plugin 2.43.0 2.44.4
org.codehaus.mojo:exec-maven-plugin 3.3.0 3.5.0
org.apache.maven.plugins:maven-gpg-plugin 3.2.4 3.2.7
org.antlr:antlr4-runtime 4.13.1 4.13.2
org.antlr:antlr4-maven-plugin 4.13.1 4.13.2
org.openjdk.nashorn:nashorn-core 15.4 15.6
org.jacoco:org.jacoco.agent 0.8.12 0.8.13
org.jacoco:jacoco-maven-plugin 0.8.12 0.8.13
org.junit.platform:junit-platform-suite 1.10.3 1.12.1
commons-io:commons-io 2.16.1 2.18.0
org.apache.felix:maven-bundle-plugin 5.1.9 6.0.0
joda-time:joda-time 2.12.7 2.14.0
com.google.guava:guava 33.2.1-jre 33.4.6-jre
com.github.ben-manes.caffeine:caffeine 3.1.8 3.2.0
org.apache.maven:maven-plugin-api 3.9.8 3.9.9
org.apache.maven:maven-core 3.9.8 3.9.9
org.apache.maven.plugin-tools:maven-plugin-annotations 3.13.1 3.15.1
org.codehaus.plexus:plexus-utils 4.0.1 4.0.2
org.codehaus.plexus:plexus-xml 4.0.4 4.1.0
com.google.javascript:closure-compiler v20240317 v20250402
org.apache.maven.plugins:maven-plugin-plugin 3.13.1 3.15.1
org.apache.maven.plugins:maven-deploy-plugin 3.1.2 3.1.4

Updates org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0

Updates org.apache.commons:commons-text from 1.12.0 to 1.13.0

Updates org.springframework:spring-webmvc from 6.1.10 to 6.2.5

Release notes

Sourced from org.springframework:spring-webmvc's releases.

v6.2.5

⭐ New Features

  • Make dependencies on AssertJ and JUnit in spring-core-test optional #34612
  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34609
  • SseBuilder in ServerResponse should allow empty comment #34608
  • MockServerWebExchange does not allow setting the ApplicationContext on the base class #34601
  • FormHttpMessageConverter should throw HttpMessageNotReadableException when the http form data is invalid #34594
  • Provide a method to retrieve all singleton autowire candidates from the bean factory #34591

🐞 Bug Fixes

  • PathMatchingResourcePatternResolver regression for jar root scanning in 6.2.4 #34607
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34595
  • Recursively boxing/unboxing nested inline value classes #34592

📔 Documentation

  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34615
  • Fix formatting and update links to scripting libraries and HDIV #34603
  • Remove dubious link to MockObjects Web site in reference manual #34593
  • Fix StringUtils#uriDecode Javadoc #34590

🔨 Dependency Upgrades

  • Upgrade to ASM 9.8 (for early Java 25 support) #34600

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Helmsdown, @​dmitrysulman, and @​ngocnhan-tran1996

v6.2.4

⭐ New Features

  • JettyCoreHttpHandlerAdapter compatibility with Jetty 12.0.17 #34561
  • HandlerMethodValidationException.Visitor should support RequestBody with method parameter constraints #34549
  • Allow ContentResultMatchersDsl matchers for supertypes of the checked type #34542
  • Avoid JarURLConnection resource leak in AbstractFileResolvingResource.exists() #34528
  • Deprecate rowsExpected property of SqlQuery for removal #34526
  • Supply RuntimeHints to an AotContextLoader #34513
  • Deprecate and remove use of UrlPathHelper in ServletWebSocketHandlerRegistry #34508
  • Avoid unnecessary CGLIB processing on configuration classes #34486
  • Inconsistent default class loaders in hint classes #34470
  • Add missing converters to DefaultRestClientBuilder #34439
  • Improve BeanFactory/ObjectProvider to select the only one default candidate among non-default candidates #34432

🐞 Bug Fixes

... (truncated)

Commits
  • 0f19fa5 Release v6.2.5
  • 208d52d Introduce Checkstyle rule for separator symbol location
  • 18c3b63 Fix dated Javadoc in MvcUriComponentsBuilder
  • 34c69bf Allow empty comment in ServerResponse.SseBuilder
  • 37d7af4 Allow setting ApplicationContext on MockServerWebExchange
  • cc986cd Defer triggerAfterCompletion invocation in doRollbackOnCommitException
  • 0141725 Polishing
  • 0c2ba4e Recursively box/unbox nested inline value classes
  • c6a9aa5 Remove BDDMockito Checkstyle rule
  • ad949a7 Add includeNonSingletons flag for ObjectProvider stream access
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.10 to 6.2.5

Release notes

Sourced from org.springframework:spring-test's releases.

v6.2.5

⭐ New Features

  • Make dependencies on AssertJ and JUnit in spring-core-test optional #34612
  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34609
  • SseBuilder in ServerResponse should allow empty comment #34608
  • MockServerWebExchange does not allow setting the ApplicationContext on the base class #34601
  • FormHttpMessageConverter should throw HttpMessageNotReadableException when the http form data is invalid #34594
  • Provide a method to retrieve all singleton autowire candidates from the bean factory #34591

🐞 Bug Fixes

  • PathMatchingResourcePatternResolver regression for jar root scanning in 6.2.4 #34607
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34595
  • Recursively boxing/unboxing nested inline value classes #34592

📔 Documentation

  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34615
  • Fix formatting and update links to scripting libraries and HDIV #34603
  • Remove dubious link to MockObjects Web site in reference manual #34593
  • Fix StringUtils#uriDecode Javadoc #34590

🔨 Dependency Upgrades

  • Upgrade to ASM 9.8 (for early Java 25 support) #34600

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Helmsdown, @​dmitrysulman, and @​ngocnhan-tran1996

v6.2.4

⭐ New Features

  • JettyCoreHttpHandlerAdapter compatibility with Jetty 12.0.17 #34561
  • HandlerMethodValidationException.Visitor should support RequestBody with method parameter constraints #34549
  • Allow ContentResultMatchersDsl matchers for supertypes of the checked type #34542
  • Avoid JarURLConnection resource leak in AbstractFileResolvingResource.exists() #34528
  • Deprecate rowsExpected property of SqlQuery for removal #34526
  • Supply RuntimeHints to an AotContextLoader #34513
  • Deprecate and remove use of UrlPathHelper in ServletWebSocketHandlerRegistry #34508
  • Avoid unnecessary CGLIB processing on configuration classes #34486
  • Inconsistent default class loaders in hint classes #34470
  • Add missing converters to DefaultRestClientBuilder #34439
  • Improve BeanFactory/ObjectProvider to select the only one default candidate among non-default candidates #34432

🐞 Bug Fixes

... (truncated)

Commits
  • 0f19fa5 Release v6.2.5
  • 208d52d Introduce Checkstyle rule for separator symbol location
  • 18c3b63 Fix dated Javadoc in MvcUriComponentsBuilder
  • 34c69bf Allow empty comment in ServerResponse.SseBuilder
  • 37d7af4 Allow setting ApplicationContext on MockServerWebExchange
  • cc986cd Defer triggerAfterCompletion invocation in doRollbackOnCommitException
  • 0141725 Polishing
  • 0c2ba4e Recursively box/unbox nested inline value classes
  • c6a9aa5 Remove BDDMockito Checkstyle rule
  • ad949a7 Add includeNonSingletons flag for ObjectProvider stream access
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.10 to 6.2.5

Release notes

Sourced from org.springframework:spring-test's releases.

v6.2.5

⭐ New Features

  • Make dependencies on AssertJ and JUnit in spring-core-test optional #34612
  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34609
  • SseBuilder in ServerResponse should allow empty comment #34608
  • MockServerWebExchange does not allow setting the ApplicationContext on the base class #34601
  • FormHttpMessageConverter should throw HttpMessageNotReadableException when the http form data is invalid #34594
  • Provide a method to retrieve all singleton autowire candidates from the bean factory #34591

🐞 Bug Fixes

  • PathMatchingResourcePatternResolver regression for jar root scanning in 6.2.4 #34607
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34595
  • Recursively boxing/unboxing nested inline value classes #34592

📔 Documentation

  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34615
  • Fix formatting and update links to scripting libraries and HDIV #34603
  • Remove dubious link to MockObjects Web site in reference manual #34593
  • Fix StringUtils#uriDecode Javadoc #34590

🔨 Dependency Upgrades

  • Upgrade to ASM 9.8 (for early Java 25 support) #34600

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Helmsdown, @​dmitrysulman, and @​ngocnhan-tran1996

v6.2.4

⭐ New Features

  • JettyCoreHttpHandlerAdapter compatibility with Jetty 12.0.17 #34561
  • HandlerMethodValidationException.Visitor should support RequestBody with method parameter constraints #34549
  • Allow ContentResultMatchersDsl matchers for supertypes of the checked type #34542
  • Avoid JarURLConnection resource leak in AbstractFileResolvingResource.exists() #34528
  • Deprecate rowsExpected property of SqlQuery for removal #34526
  • Supply RuntimeHints to an AotContextLoader #34513
  • Deprecate and remove use of UrlPathHelper in ServletWebSocketHandlerRegistry #34508
  • Avoid unnecessary CGLIB processing on configuration classes #34486
  • Inconsistent default class loaders in hint classes #34470
  • Add missing converters to DefaultRestClientBuilder #34439
  • Improve BeanFactory/ObjectProvider to select the only one default candidate among non-default candidates #34432

🐞 Bug Fixes

... (truncated)

Commits
  • 0f19fa5 Release v6.2.5
  • 208d52d Introduce Checkstyle rule for separator symbol location
  • 18c3b63 Fix dated Javadoc in MvcUriComponentsBuilder
  • 34c69bf Allow empty comment in ServerResponse.SseBuilder
  • 37d7af4 Allow setting ApplicationContext on MockServerWebExchange
  • cc986cd Defer triggerAfterCompletion invocation in doRollbackOnCommitException
  • 0141725 Polishing
  • 0c2ba4e Recursively box/unbox nested inline value classes
  • c6a9aa5 Remove BDDMockito Checkstyle rule
  • ad949a7 Add includeNonSingletons flag for ObjectProvider stream access
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.13 to 2.0.17

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.18.3

Commits

Updates ch.qos.logback:logback-classic from 1.5.6 to 1.5.18

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.18

2025-03-18 Release of logback version 1.5.18

• Added support for XZ compression for archived log files. Note that XZ compression requires Tukaani project's XZ library for Java. In case XZ compression is requested but the XZ library is missing, then logback will substitute GZ compression as a fallback. This feature was requested in issues/755.

• Removed references to java.security.AccessController class. This class has been deprecated for some time and is slated for removal in future JDK versions.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit b2a02f065379a9b1ba5ff837fc08913b744774bc associated with the tag v_1.5.18. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.17

2025-02-25 Release of logback version 1.5.17

• Fixed Jansi 2.4.0 color-coded output not working on Windows CMD.exe console when the default terminal application is set to "Windows Console Host". This problem was reported in issues/753 by Michael Lyubkin.

• Fixed race condition occurring in case MDC class is initialized while org.slf4j.LoggerFactory is initializing logback-classic's LoggerContext. When this race conditions occurs, the MDCAdapter instance used by MDC does not match the instance used by logback-classic. This issue was reported in SLF4J issues/450. While logback-classic version 1.5.17 remains compatible with SLF4J versions in the 2.0.x series, fixing this particular MDC issue requires SLF4J version 2.0.17.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit 10358724ed723b3745c010aa40cb02a2dfed4593 associated with the tag v_1.5.17. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.16

2025-01-05 Release of logback version 1.5.16

• In order to ease the migration of configuration files depending on JaninoEventEvaluator, logback-classic will emit a warning about the removal of JaninoEventEvaluator in version 1.5.13 and suggest an online migration tool.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit 74c9ebd0e784d9e9ffc6c627cf5016d0157956b2 associated with the tag v_1.5.16. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • b2a02f0 prepare release 1.5.18
  • 991de58 remove references to AccessController marked for deletion in the JDK
  • f54ab16 If compression mode is XZ but the XZ library is missing, then fallback to GZ ...
  • fb45971 add support for XZ compression
  • 31c1f55 add xz compression support with tests
  • 8968d0f introduce strategy based compression
  • 834059c start work on 1.5.18-SNAPSHOT
  • 1035872 prepare release 1.5.17
  • 2e6984d bump to slf4j version 2.0.17
  • 1009952 use a new LoggerContert instance when running LogbackListenerTest. This shoul...
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.12.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0...r5.12.1

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.10.3 to 5.12.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0...r5.12.1

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.12.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0...r5.12.1

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.10.3 to 5.12.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0...r5.12.1

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.12.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0...r5.12.1

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Bumps the dependencies group with 38 updates:

| Package | From | To |
| --- | --- | --- |
| org.apache.commons:commons-lang3 | `3.14.0` | `3.17.0` |
| org.apache.commons:commons-text | `1.12.0` | `1.13.0` |
| [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) | `6.1.10` | `6.2.5` |
| [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.10` | `6.2.5` |
| org.slf4j:slf4j-api | `2.0.13` | `2.0.17` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.1` | `2.18.3` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.6` | `1.5.18` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.3` | `5.12.1` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.10.3` | `5.12.1` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.10.3` | `5.12.1` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.2` | `2.4` |
| [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) | `2.2` | `3.0` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.12.0` | `5.17.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.7.0` | `3.11.2` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.5.3` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.43.0` | `2.44.4` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.3.0` | `3.5.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.4` | `3.2.7` |
| [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) | `4.13.1` | `4.13.2` |
| [org.antlr:antlr4-maven-plugin](https://github.com/antlr/antlr4) | `4.13.1` | `4.13.2` |
| [org.openjdk.nashorn:nashorn-core](https://github.com/openjdk/nashorn) | `15.4` | `15.6` |
| [org.jacoco:org.jacoco.agent](https://github.com/jacoco/jacoco) | `0.8.12` | `0.8.13` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.12` | `0.8.13` |
| [org.junit.platform:junit-platform-suite](https://github.com/junit-team/junit5) | `1.10.3` | `1.12.1` |
| commons-io:commons-io | `2.16.1` | `2.18.0` |
| org.apache.felix:maven-bundle-plugin | `5.1.9` | `6.0.0` |
| [joda-time:joda-time](https://github.com/JodaOrg/joda-time) | `2.12.7` | `2.14.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.2.1-jre` | `33.4.6-jre` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.1.8` | `3.2.0` |
| [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) | `3.9.8` | `3.9.9` |
| org.apache.maven:maven-core | `3.9.8` | `3.9.9` |
| [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) | `3.13.1` | `3.15.1` |
| [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) | `4.0.1` | `4.0.2` |
| [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) | `4.0.4` | `4.1.0` |
| com.google.javascript:closure-compiler | `v20240317` | `v20250402` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) | `3.13.1` | `3.15.1` |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.2` | `3.1.4` |


Updates `org.apache.commons:commons-lang3` from 3.14.0 to 3.17.0

Updates `org.apache.commons:commons-text` from 1.12.0 to 1.13.0

Updates `org.springframework:spring-webmvc` from 6.1.10 to 6.2.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.10...v6.2.5)

Updates `org.springframework:spring-test` from 6.1.10 to 6.2.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.10...v6.2.5)

Updates `org.springframework:spring-test` from 6.1.10 to 6.2.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.10...v6.2.5)

Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.17

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.18.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `ch.qos.logback:logback-classic` from 1.5.6 to 1.5.18
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.6...v_1.5.18)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r5.12.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r5.12.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r5.12.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r5.12.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r5.12.1)

Updates `org.yaml:snakeyaml` from 2.2 to 2.4
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.2)

Updates `org.hamcrest:hamcrest` from 2.2 to 3.0
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](hamcrest/JavaHamcrest@v2.2...v3.0)

Updates `org.mockito:mockito-core` from 5.12.0 to 5.17.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.17.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.7.0 to 3.11.2
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.11.2)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.5.3
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.5.3)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.43.0 to 2.44.4
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.43.0...maven/2.44.4)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.3.0 to 3.5.0
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.3.0...3.5.0)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.4 to 3.2.7
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.7)

Updates `org.antlr:antlr4-runtime` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.13.1...4.13.2)

Updates `org.antlr:antlr4-maven-plugin` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.13.1...4.13.2)

Updates `org.openjdk.nashorn:nashorn-core` from 15.4 to 15.6
- [Changelog](https://github.com/openjdk/nashorn/blob/main/CHANGELOG.md)
- [Commits](openjdk/nashorn@release-15.4...release-15.6)

Updates `org.jacoco:org.jacoco.agent` from 0.8.12 to 0.8.13
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.12...v0.8.13)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.12...v0.8.13)

Updates `org.junit.platform:junit-platform-suite` from 1.10.3 to 1.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `commons-io:commons-io` from 2.16.1 to 2.18.0

Updates `org.antlr:antlr4-maven-plugin` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.13.1...4.13.2)

Updates `org.apache.felix:maven-bundle-plugin` from 5.1.9 to 6.0.0

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.12...v0.8.13)

Updates `joda-time:joda-time` from 2.12.7 to 2.14.0
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)
- [Commits](JodaOrg/joda-time@v2.12.7...v2.14.0)

Updates `com.google.guava:guava` from 33.2.1-jre to 33.4.6-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.github.ben-manes.caffeine:caffeine` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.1.8...v3.2.0)

Updates `org.apache.maven:maven-plugin-api` from 3.9.8 to 3.9.9
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.8...maven-3.9.9)

Updates `org.apache.maven:maven-core` from 3.9.8 to 3.9.9

Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.13.1 to 3.15.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.1)

Updates `org.codehaus.plexus:plexus-utils` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
- [Commits](codehaus-plexus/plexus-utils@plexus-utils-4.0.1...plexus-utils-4.0.2)

Updates `org.codehaus.plexus:plexus-xml` from 4.0.4 to 4.1.0
- [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases)
- [Commits](codehaus-plexus/plexus-xml@plexus-xml-4.0.4...plexus-xml-4.1.0)

Updates `com.google.javascript:closure-compiler` from v20240317 to v20250402

Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.13.1 to 3.15.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.1)

Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.2 to 3.1.4
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.4)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-text
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.springframework:spring-webmvc
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.springframework:spring-test
  dependency-version: 6.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.springframework:spring-test
  dependency-version: 6.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.yaml:snakeyaml
  dependency-version: '2.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.hamcrest:hamcrest
  dependency-version: '3.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-version: 3.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 2.44.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-version: 3.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.antlr:antlr4-runtime
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.antlr:antlr4-maven-plugin
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.openjdk.nashorn:nashorn-core
  dependency-version: '15.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jacoco:org.jacoco.agent
  dependency-version: 0.8.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-version: 0.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-suite
  dependency-version: 1.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.antlr:antlr4-maven-plugin
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.felix:maven-bundle-plugin
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-version: 0.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: joda-time:joda-time
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-version: 33.4.6-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-version: 3.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven:maven-core
  dependency-version: 3.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-version: 3.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.plexus:plexus-utils
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.codehaus.plexus:plexus-xml
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.javascript:closure-compiler
  dependency-version: v20250402
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-version: 3.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- 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: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 8, 2025
@sumerjabri sumerjabri requested a review from phuongnq April 8, 2025 14:33
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 9, 2025
@dependabot dependabot Bot deleted the dependabot/maven/dependencies-764ef4e772 branch April 9, 2025 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants