Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the production-minor-patch group with 4 updates: org.springframework:spring-framework-bom, org.apache.maven.plugin-tools:maven-plugin-annotations, com.puppycrawl.tools:checkstyle and com.google.errorprone:error_prone_annotations.

Updates org.springframework:spring-framework-bom from 6.2.11 to 6.2.12

Release notes

Sourced from org.springframework:spring-framework-bom'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.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2

Release notes

Sourced from org.apache.maven.plugin-tools:maven-plugin-annotations's releases.

3.15.2

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • f7ed01b [maven-release-plugin] prepare release maven-plugin-tools-3.15.2
  • ba0297c Bump org.jsoup:jsoup from 1.18.1 to 1.19.1
  • 4ca9fb6 Update site descriptors to 2.0
  • facedc9 Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method
  • 0e2322a Cleanups dependencies
  • 1d23695 Fix run-on sentence
  • 252c901 Use injection instead of Component annotation
  • 69c653a Update document to use Guice constructor injection
  • 73f78dc Begin converting this plugin to Guice constructor injection
  • 23242f4 refactor: Replace Plexus AbstractLogEnabled with SLF4J
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 12.0.1 to 12.1.1

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-12.1.1

Checkstyle 12.1.1 - https://checkstyle.org/releasenotes.html#Release_12.1.1

Bug fixes:

#17975 - Incorrect encoding in non-English properties files causing garbled characters in localized messages #17681 - Google style config and formatter differ on blank line separation #3110 - some messages are still hardcoded in english

checkstyle-12.1.0

Checkstyle 12.1.0 - https://checkstyle.org/releasenotes.html#Release_12.1.0

New:

#16836 - New check: HexLiteralCase, Hexadecimal literals should use upper case letters A-F

Commits
  • d902be8 [maven-release-plugin] prepare release checkstyle-12.1.1
  • b2ff396 doc: release notes for 12.1.1
  • 8c87a5c Issue #17975: Standardize the properties files to UTF-8
  • bbf23fc Issue #17882: add Javadoc for CUSTOM_BLOCK_TAG of JavadocCommentsTokenTypes t...
  • d13e710 Issue #17882: Update SEE_BLOCK_TAG to new format of AST print
  • a65b39c Issue #17487: Add importOrder
  • 37d1206 Issue #17939: Wrap AtclauseOrder properties table to prevent horizontal scrol...
  • c2fe3c4 Issue #17681: Fix multiple blank line separation
  • e23179b Issue #10086: Add profile to pitest-misc
  • a673b83 dependency: bump actions/upload-artifact from 4 to 5
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_annotations from 2.42.0 to 2.43.0

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.43.0

The minimum support JDK version to run Error Prone is now JDK 21 (google/error-prone#4867).

Changes:

  • -XepPatchChecks now skips disabled checks (#4943)
  • AndroidJdkLibsChecker has been removed, the recommended replacement for Android code is Android Lint's NewApi check

New checks:

Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239

Full changelog: google/error-prone@v2.42.0...v2.43.0

Commits
  • abec9b6 Release Error Prone 2.43.0
  • a97374a Upgrade Java version from 17 to 21 in release workflow
  • 5882a43 Update release.yml
  • 851e0b0 Remove obsolete uses of reflection from Error Prone
  • 344e3dc Remove an obsolete use of reflection
  • 5f46e62 Fix a typo (wrong quotation mark).
  • de7d191 Update IncorrectMainMethod documentation in light of JEP512.
  • 09c78e0 Remove an obsolete TODO
  • 17c271e Turn down AndroidJdkLibsChecker
  • 0ae79f5 Add tests for subtypes of Immutable and ThreadSafe classes
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-minor-patch group with 4 updates: [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework), [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools), [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone).


Updates `org.springframework:spring-framework-bom` 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.apache.maven.plugin-tools:maven-plugin-annotations` from 3.15.1 to 3.15.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2)

Updates `com.puppycrawl.tools:checkstyle` from 12.0.1 to 12.1.1
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-12.0.1...checkstyle-12.1.1)

Updates `com.google.errorprone:error_prone_annotations` from 2.42.0 to 2.43.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.42.0...v2.43.0)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-version: 6.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
...

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 Oct 27, 2025
@bot-sdk-js bot-sdk-js enabled auto-merge (squash) October 28, 2025 10:19
@bot-sdk-js bot-sdk-js merged commit 2d4f0b6 into main Oct 28, 2025
14 checks passed
@bot-sdk-js bot-sdk-js deleted the dependabot/maven/main/production-minor-patch-32c8049ae4 branch October 28, 2025 10:19
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