Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the minor-and-patch group with 18 updates in the / directory:

Package From To
org.eclipse.jetty:jetty-bom 12.0.27 12.0.29
org.eclipse.jetty.ee10:jetty-ee10-bom 12.0.27 12.0.29
org.apache.maven.plugins:maven-compiler-plugin 3.13.0 3.14.1
org.codehaus.mojo:versions-maven-plugin 2.18.0 2.19.1
org.sonatype.central:central-publishing-maven-plugin 0.7.0 0.9.0
org.apache.maven.plugins:maven-gpg-plugin 3.2.7 3.2.8
org.springframework:spring-core 6.2.11 6.2.12
org.springframework:spring-beans 6.2.11 6.2.12
org.springframework:spring-context 6.2.11 6.2.12
org.springframework:spring-expression 6.2.11 6.2.12
org.netpreserve.commons:webarchive-commons 3.0.0 3.0.1
com.github.mwiede:jsch 2.27.3 2.27.4
org.apache.pdfbox:pdfbox 3.0.5 3.0.6
org.glassfish.jaxb:jaxb-runtime 4.0.5 4.0.6
org.webjars:webjars-locator-lite 1.1.0 1.1.2
org.apache.maven.plugins:maven-assembly-plugin 3.3.0 3.7.1
com.rabbitmq:amqp-client 5.26.0 5.27.0
com.rethinkdb:rethinkdb-driver 2.3.3 2.4.4

Updates org.eclipse.jetty:jetty-bom from 12.0.27 to 12.0.29

Release notes

Sourced from org.eclipse.jetty:jetty-bom's releases.

12.0.29

Changelog

  • #13788 - 12.0.x: Make ContextHandler catch and ignore exceptions thrown by Thread.setContextClassLoader()
  • #13768 - Sanitizing of HTTP headers names and values should remove NUL bytes (U+0000)
  • #13685 - Infinite loop on Content.copy() with Content.Source.from(... , Path, ) when Path has size 0.
  • #13683 - Badly pct-encoded Shift-JIS is not supported by Jetty 12
  • #13682 - HttpClient.[maxRequest|request]HeadersSize should be consistent
  • #13676 - Backport fix for #13613 from 12.1.x to 12.0.x
  • #13634 - Avoid sending RST_STREAM for closed streams
  • #13626 - WebAppContext.setExtraClasspath(String) entry separator
  • #13615 - Concurrency issue, headers from different requests are mixed in Jetty 12.0.27
  • #13613 - HttpInput#read rethrows already thrown exception, leading to possible self-suppressing exception issue
  • #13588 - CONTAINER_JAR_PATTERN ignored on Windows

12.0.28

Changelog

  • #13646 - Improve HTTP/2 and HTTP/3 invalid header value exception message
  • #13637 - 12.0.x: H2 reset: fix missing callback completion
  • #13618 - Jetty 12.1.x simplified epc no pending (#13372)
  • #13603 - Bad Accept-Language request headers can result in NPE during HttpServletRequest.getLocale() call
  • #13598 - Server hangs when client closes too many connections.
  • #13586 - Merge back Release/12.0.27
  • #13583 - NPE in WriteFlusher after org.eclipse.jetty.http.BadMessageException: 417
  • #13509 - "No multipart configuration element" exception when getNamedDispatcher().forward() used
Commits
  • 8dbd986 Updating to version 12.0.29
  • b4c02a8 Merge pull request #13787 from jetty/fix/12.0.x/13768/null-http-response-header
  • ac6fee8 Merge pull request #13790 from jetty/fix/12.0.x/13685/zeroLengthCopies
  • 883b3ca [12.0.x Root pom] Bump eu.maveniverse.maven.mimir:extension3
  • 170206e do not upgrade spec deps for ee10
  • f593698 [12.0.x EE10] Bump the spec-deps group in /jetty-ee10 with 13 updates
  • f49b05d Make ContextHandler catch and ignore exceptions thrown by `Thread.setContex...
  • 64d799e oops I need to go to specsavers
  • 5494803 do not upgrade jersey version for ee9
  • 63c3279 [12.0.x EE9] Bump the dev-dependencies group across 1 directory with 7 updates
  • Additional commits viewable in compare view

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.27 to 12.0.29

Release notes

Sourced from org.eclipse.jetty.ee10:jetty-ee10-bom's releases.

12.0.29

Changelog

  • #13788 - 12.0.x: Make ContextHandler catch and ignore exceptions thrown by Thread.setContextClassLoader()
  • #13768 - Sanitizing of HTTP headers names and values should remove NUL bytes (U+0000)
  • #13685 - Infinite loop on Content.copy() with Content.Source.from(... , Path, ) when Path has size 0.
  • #13683 - Badly pct-encoded Shift-JIS is not supported by Jetty 12
  • #13682 - HttpClient.[maxRequest|request]HeadersSize should be consistent
  • #13676 - Backport fix for #13613 from 12.1.x to 12.0.x
  • #13634 - Avoid sending RST_STREAM for closed streams
  • #13626 - WebAppContext.setExtraClasspath(String) entry separator
  • #13615 - Concurrency issue, headers from different requests are mixed in Jetty 12.0.27
  • #13613 - HttpInput#read rethrows already thrown exception, leading to possible self-suppressing exception issue
  • #13588 - CONTAINER_JAR_PATTERN ignored on Windows

12.0.28

Changelog

  • #13646 - Improve HTTP/2 and HTTP/3 invalid header value exception message
  • #13637 - 12.0.x: H2 reset: fix missing callback completion
  • #13618 - Jetty 12.1.x simplified epc no pending (#13372)
  • #13603 - Bad Accept-Language request headers can result in NPE during HttpServletRequest.getLocale() call
  • #13598 - Server hangs when client closes too many connections.
  • #13586 - Merge back Release/12.0.27
  • #13583 - NPE in WriteFlusher after org.eclipse.jetty.http.BadMessageException: 417
  • #13509 - "No multipart configuration element" exception when getNamedDispatcher().forward() used
Commits
  • 8dbd986 Updating to version 12.0.29
  • b4c02a8 Merge pull request #13787 from jetty/fix/12.0.x/13768/null-http-response-header
  • ac6fee8 Merge pull request #13790 from jetty/fix/12.0.x/13685/zeroLengthCopies
  • 883b3ca [12.0.x Root pom] Bump eu.maveniverse.maven.mimir:extension3
  • 170206e do not upgrade spec deps for ee10
  • f593698 [12.0.x EE10] Bump the spec-deps group in /jetty-ee10 with 13 updates
  • f49b05d Make ContextHandler catch and ignore exceptions thrown by `Thread.setContex...
  • 64d799e oops I need to go to specsavers
  • 5494803 do not upgrade jersey version for ee9
  • 63c3279 [12.0.x EE9] Bump the dev-dependencies group across 1 directory with 7 updates
  • Additional commits viewable in compare view

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.27 to 12.0.29

Release notes

Sourced from org.eclipse.jetty.ee10:jetty-ee10-bom's releases.

12.0.29

Changelog

  • #13788 - 12.0.x: Make ContextHandler catch and ignore exceptions thrown by Thread.setContextClassLoader()
  • #13768 - Sanitizing of HTTP headers names and values should remove NUL bytes (U+0000)
  • #13685 - Infinite loop on Content.copy() with Content.Source.from(... , Path, ) when Path has size 0.
  • #13683 - Badly pct-encoded Shift-JIS is not supported by Jetty 12
  • #13682 - HttpClient.[maxRequest|request]HeadersSize should be consistent
  • #13676 - Backport fix for #13613 from 12.1.x to 12.0.x
  • #13634 - Avoid sending RST_STREAM for closed streams
  • #13626 - WebAppContext.setExtraClasspath(String) entry separator
  • #13615 - Concurrency issue, headers from different requests are mixed in Jetty 12.0.27
  • #13613 - HttpInput#read rethrows already thrown exception, leading to possible self-suppressing exception issue
  • #13588 - CONTAINER_JAR_PATTERN ignored on Windows

12.0.28

Changelog

  • #13646 - Improve HTTP/2 and HTTP/3 invalid header value exception message
  • #13637 - 12.0.x: H2 reset: fix missing callback completion
  • #13618 - Jetty 12.1.x simplified epc no pending (#13372)
  • #13603 - Bad Accept-Language request headers can result in NPE during HttpServletRequest.getLocale() call
  • #13598 - Server hangs when client closes too many connections.
  • #13586 - Merge back Release/12.0.27
  • #13583 - NPE in WriteFlusher after org.eclipse.jetty.http.BadMessageException: 417
  • #13509 - "No multipart configuration element" exception when getNamedDispatcher().forward() used
Commits
  • 8dbd986 Updating to version 12.0.29
  • b4c02a8 Merge pull request #13787 from jetty/fix/12.0.x/13768/null-http-response-header
  • ac6fee8 Merge pull request #13790 from jetty/fix/12.0.x/13685/zeroLengthCopies
  • 883b3ca [12.0.x Root pom] Bump eu.maveniverse.maven.mimir:extension3
  • 170206e do not upgrade spec deps for ee10
  • f593698 [12.0.x EE10] Bump the spec-deps group in /jetty-ee10 with 13 updates
  • f49b05d Make ContextHandler catch and ignore exceptions thrown by `Thread.setContex...
  • 64d799e oops I need to go to specsavers
  • 5494803 do not upgrade jersey version for ee9
  • 63c3279 [12.0.x EE9] Bump the dev-dependencies group across 1 directory with 7 updates
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.1

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.14.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

3.14.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

... (truncated)

Commits
  • 0df6940 [maven-release-plugin] prepare release maven-compiler-plugin-3.14.1
  • 1bf9e5a Enforce asm version used here, to not depend on brittle transitive (#964)
  • f5161c4 Bump mavenVersion from 3.9.10 to 3.9.11 (#952)
  • 63846f1 Improve DeltaList behavior for large projects (#335)
  • ab3f845 Bump org.apache.maven.plugins:maven-plugins from 44 to 45
  • 164bad4 Allow to not use --module-version for the Java compiler
  • 0b76ccd Bump mavenVersion from 3.9.9 to 3.9.10
  • 5dbc9c3 Bump org.codehaus.plexus:plexus-java from 1.4.0 to 1.5.0
  • 17949d1 Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (#316)
  • d44d1be Add generatedSourcesPath back to the maven project
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.19.1

Release notes

Sourced from org.codehaus.mojo:versions-maven-plugin's releases.

2.19.1

🐛 Bug Fixes

📝 Documentation updates

2.19.0

💥 Breaking changes

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

... (truncated)

Commits
  • 804a5ab [maven-release-plugin] prepare release 2.19.1
  • 4affd18 Resolves #1270: Ensuring thread safety when VersionsHelper (#1273)
  • 6bd8d68 Resolves #1266: Applying the include filter while resolving property associat...
  • 60d273c Resolves #1271: Fixed broken Site links (#1275)
  • 4456751 Revert "Bump org.hibernate:hibernate-validator (#1267)"
  • 3eee9f9 Bump org.hibernate:hibernate-validator (#1267)
  • 9c43c1a [maven-release-plugin] prepare for next development iteration
  • b625a90 [maven-release-plugin] prepare release 2.19.0
  • ba67cf1 Bump actions/stale from 9 to 10
  • 28ac80d Remove manual default from docs for parameters
  • Additional commits viewable in compare view

Updates org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.9.0

Commits

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8

Release notes

Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.

3.2.8

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 8a46455 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.8
  • 7012821 Fix issueManagement, ciManagement system and url
  • a9a8c84 Make empty classifier null (not empty string) (#287)
  • a8368b0 Add .mvn
  • f0e45e0 Update parent POM to 45 (#284)
  • cb1236c Bump bouncycastleVersion from 1.78.1 to 1.80 (#127)
  • 5377a10 Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#133)
  • 8b63932 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.9.0 (#125)
  • 54ea518 Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.1
  • a6a412d Remove old JIRA issue link
  • Additional commits viewable in compare view

Updates org.springframework:spring-core from 6.2.11 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redundant object allocation in cglib proxy method calls #35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #35472
  • Processing response with no Content-Length header and no body raises EOFException #35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #35634
  • Consider defaultCandidate for scoped proxies #35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #35608
  • Performance regression with Property Placeholder Resolution #35594
  • Retain order of produces media types in @ExceptionHandler #35587
  • Nested transaction support via savepoints is broken in HSQLDB database #35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #35545
  • Update parsed path handling in UrlHandlerFilter #35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #35486
  • Fix synchronization in ResponseBodyEmitter #35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #35465
  • Deadlock during context initialization due to EntityManager lock #35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #35572
  • Fix idref example in reference manual #35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #35506
  • Improve Task Javadoc about Runnable wrapping #35394

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.12 #35640
  • Upgrade to Reactor 2024.0.11 #35638

... (truncated)

Commits
  • e354390 Release v6.2.12
  • c53132e Polishing
  • 03c3ec1 Fall back on remoteHost if remoteAddress is null
  • c88bfc5 Refactor state management in StompSubProtocolHandler
  • a96558c Revise commit 01acb805018da643a3c4320ff0e032aa998beda8
  • 1612b7c Remove test prefixes
  • 01acb80 Improve exception handling in ConfigurationClassBeanDefinitionReader
  • f4438ce Upgrade to Reactor 2024.0.11 and Micrometer 1.14.12
  • 5033b9d Reset by-type cache for Object after registering a new singleton
  • d733023 Consistently apply fallback attribute to proxy definition as well
  • Additional commits viewable in compare view

Updates org.springframework:spring-beans from 6.2.11 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redundant object allocation in cglib proxy method calls #35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #35472
  • Processing response with no Content-Length header and no body raises EOFException #35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #35634
  • Consider defaultCandidate for scoped proxies #35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #35608
  • Performance regression with Property Placeholder Resolution #35594
  • Retain order of produces media types in @ExceptionHandler #35587
  • Nested transaction support via savepoints is broken in HSQLDB database #35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #35545
  • Update parsed path handling in UrlHandlerFilter #35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #35486
  • Fix synchronization in ResponseBodyEmitter #35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #35465
  • Deadlock during context initialization due to EntityManager lock #35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #35572
  • Fix idref example in reference manual #35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #35506
  • Improve Task Javadoc about Runnable wrapping #35394

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.12 #35640
  • Upgrade to Reactor 2024.0.11 #35638

... (truncated)

Commits
  • e354390 Release v6.2.12
  • c53132e Polishing
  • 03c3ec1 Fall back on remoteHost if remoteAddress is null
  • c88bfc5 Refactor state management in StompSubProtocolHandler
  • a96558c Revise commit 01acb805018da643a3c4320ff0e032aa998beda8
  • 1612b7c Remove test prefixes
  • 01acb80 Improve exception handling in ConfigurationClassBeanDefinitionReader
  • f4438ce Upgrade to Reactor 2024.0.11 and Micrometer 1.14.12
  • 5033b9d Reset by-type cache for Object after registering a new singleton
  • d733023 Consistently apply fallback attribute to proxy definition as well
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.2.11 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redun...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 27, 2025
Bumps the minor-and-patch group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.27` | `12.0.29` |
| [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.27` | `12.0.29` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.1` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.18.0` | `2.19.1` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.7.0` | `0.9.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.7` | `3.2.8` |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.2.11` | `6.2.12` |
| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `6.2.11` | `6.2.12` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.2.11` | `6.2.12` |
| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `6.2.11` | `6.2.12` |
| [org.netpreserve.commons:webarchive-commons](https://github.com/iipc/webarchive-commons) | `3.0.0` | `3.0.1` |
| [com.github.mwiede:jsch](https://github.com/mwiede/jsch) | `2.27.3` | `2.27.4` |
| org.apache.pdfbox:pdfbox | `3.0.5` | `3.0.6` |
| org.glassfish.jaxb:jaxb-runtime | `4.0.5` | `4.0.6` |
| [org.webjars:webjars-locator-lite](https://github.com/webjars/webjars-locator-lite) | `1.1.0` | `1.1.2` |
| [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.3.0` | `3.7.1` |
| [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.26.0` | `5.27.0` |
| [com.rethinkdb:rethinkdb-driver](https://github.com/rethinkdb/rethinkdb-java) | `2.3.3` | `2.4.4` |



Updates `org.eclipse.jetty:jetty-bom` from 12.0.27 to 12.0.29
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.0.27...jetty-12.0.29)

Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.27 to 12.0.29
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.0.27...jetty-12.0.29)

Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.27 to 12.0.29
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.0.27...jetty-12.0.29)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.1
- [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.1)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.18.0 to 2.19.1
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.18.0...2.19.1)

Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.9.0
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)

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

Updates `org.springframework:spring-core` from 6.2.11 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.11...v6.2.12)

Updates `org.springframework:spring-beans` from 6.2.11 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.11...v6.2.12)

Updates `org.springframework:spring-context` from 6.2.11 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.11...v6.2.12)

Updates `org.springframework:spring-expression` from 6.2.11 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.11...v6.2.12)

Updates `org.springframework:spring-beans` from 6.2.11 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.11...v6.2.12)

Updates `org.springframework:spring-context` from 6.2.11 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.11...v6.2.12)

Updates `org.springframework:spring-expression` from 6.2.11 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.11...v6.2.12)

Updates `org.netpreserve.commons:webarchive-commons` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/iipc/webarchive-commons/releases)
- [Changelog](https://github.com/iipc/webarchive-commons/blob/master/CHANGES.md)
- [Commits](iipc/webarchive-commons@webarchive-commons-3.0.0...webarchive-commons-3.0.1)

Updates `com.github.mwiede:jsch` from 2.27.3 to 2.27.4
- [Release notes](https://github.com/mwiede/jsch/releases)
- [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog)
- [Commits](mwiede/jsch@jsch-2.27.3...jsch-2.27.4)

Updates `org.apache.pdfbox:pdfbox` from 3.0.5 to 3.0.6

Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.5 to 4.0.6

Updates `org.webjars:webjars-locator-lite` from 1.1.0 to 1.1.2
- [Release notes](https://github.com/webjars/webjars-locator-lite/releases)
- [Commits](webjars/webjars-locator-lite@webjars-locator-lite-1.1.0...webjars-locator-lite-1.1.2)

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

Updates `com.rabbitmq:amqp-client` from 5.26.0 to 5.27.0
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.26.0...v5.27.0)

Updates `com.rethinkdb:rethinkdb-driver` from 2.3.3 to 2.4.4
- [Release notes](https://github.com/rethinkdb/rethinkdb-java/releases)
- [Commits](https://github.com/rethinkdb/rethinkdb-java/commits/v2.4.4)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-version: 12.0.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-version: 12.0.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-version: 12.0.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-version: 3.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.springframework:spring-core
  dependency-version: 6.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.springframework:spring-beans
  dependency-version: 6.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.springframework:spring-context
  dependency-version: 6.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.springframework:spring-expression
  dependency-version: 6.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.springframework:spring-beans
  dependency-version: 6.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.springframework:spring-context
  dependency-version: 6.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.springframework:spring-expression
  dependency-version: 6.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.netpreserve.commons:webarchive-commons
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.github.mwiede:jsch
  dependency-version: 2.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.pdfbox:pdfbox
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.webjars:webjars-locator-lite
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.rabbitmq:amqp-client
  dependency-version: 5.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.rethinkdb:rethinkdb-driver
  dependency-version: 2.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/minor-and-patch-70d446828d branch from f0de1bf to 55a744d Compare October 27, 2025 06:22
ato added 3 commits October 27, 2025 15:33
Needed for TroughClient and no longer included via rethinkdb.
This ensures rethinkdb doesn't pull in an old version.
@ato ato merged commit d627118 into master Oct 27, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/minor-and-patch-70d446828d branch October 27, 2025 06:42
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.

2 participants