Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2025

This PR contains the following updates:

Package Change Age Confidence
maven-wrapper (source) 3.3.2 -> 3.3.4 age confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) 2.8.11 -> 2.8.14 age confidence
org.springframework.boot:spring-boot-starter-mail (source) 3.5.5 -> 3.5.8 age confidence
org.springframework.boot:spring-boot-starter-test (source) 3.5.5 -> 3.5.8 age confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.13.4 -> 5.14.1 age confidence
org.junit.jupiter:junit-jupiter-api (source) 5.13.4 -> 5.14.1 age confidence
com.h2database:h2 (source) 2.3.232 -> 2.4.240 age confidence
org.xerial:sqlite-jdbc 3.50.3.0 -> 3.51.1.0 age confidence
org.springframework.boot:spring-boot-starter-security (source) 3.5.5 -> 3.5.8 age confidence
org.springframework.boot:spring-boot-starter-web (source) 3.5.5 -> 3.5.8 age confidence
org.projectlombok:lombok (source) 1.18.38 -> 1.18.42 age confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.5.5 -> 3.5.8 age confidence

Release Notes

apache/maven-wrapper (maven-wrapper)

v3.3.4: 3.3.4

Compare Source

🐛 Bug Fixes
👻 Maintenance

v3.3.3: 3.3.3

Compare Source

💥 Breaking changes
🚀 New features and improvements
🐛 Bug Fixes
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)

v2.8.14

Compare Source

Added
  • #​3090 - Add logs to notify when SpringDocs/Scalar is enabled because SpringDocs/Scalar is enabled by default
Changed
  • Upgrade swagger-ui to v5.30.1
  • Upgrade swagger-core to v2.2.38
  • Upgrade spring-boot to v3.5.7
  • Upgrade commons-lang3 to v3.18.0
  • Upgrade scalar to v0.3.12
Fixed
  • #​3107 - Fix:compatible with lower version of getOpenApi().
  • #​3121 - NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null

v2.8.13

Compare Source

Added
Changed
  • Upgrade swagger-ui to v5.28.1
Fixed
  • #​3076 - With oneOf the response schema contains an extra type: string

v2.8.12

Compare Source

Changed
  • Upgrade swagger-ui to v5.28.0
Fixed
  • #​3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #​3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #​3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-mail)

v3.5.8

Compare Source

⚠️ Noteworthy changes
🐞 Bug Fixes
  • Gradle war task does not exclude starter POMs from lib-provided #​48196
  • Testcontainers integration fails on Docker 29.0.0 #​48192
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #​48180
  • Properties bound in the child management context ignore the parent's environment prefix #​48176
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #​48153
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #​48129
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #​48127
  • NullPointerException when using @ConditionalOnSingleCandidate with multiple manually registered singletons #​48123
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #​48102
  • Image building may fail when specifying a platform if an image has already been built with a different platform #​48098
  • Undertow's ServletContext is destroy too early, making it unusable in @PreDestroy methods #​48061
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #​48058
  • Auto-configured JCacheMetrics cannot be customized #​48056
  • WebSecurityCustomizer beans are excluded by WebMvcTest #​48054
  • Devtools Restarter does not work with a parameterless main method #​47987
  • Setting 'max-uri-tags' does not prevent unlimited meter growth on any AutoConfiguredCompositeMeterRegistry #​47923
  • Docker response 407 is not handled correctly resulting in no error message #​47900
  • spring-boot-maven-plugin process-aot goal does not find package-private main method #​47780
📔 Documentation
  • Revise AWS section of "Deploying to the Cloud" in reference manual #​48156
  • Fix typo in PortInUseException Javadoc #​48133
  • Correct section about required setters in "Type-safe Configuration Properties" #​48130
  • Document EndpointObjectMapper and management.endpoints.jackson.isolated-object-mapper #​48114
  • Document support for configuring servlet context init parameters using properties #​48111
  • Clarify how warnings about soon-to-expire SSL certificates are reported #​48062
  • Document how to use ContextPropagatingTaskDecorator for propagating trace context over thread boundaries #​48052
  • Use since attribute in configuration properties deprecation consistently #​47980
  • BootstrapContext#getOrElseThrow has incorrect reference to IllegalStateException #​47905
  • Clarify when BootstrapContext get methods may return null rather than throwing an exception or calling the fallback supplier #​47898
  • Document that Actuator endpoint may have at most one extension of each type #​47873
  • Limit Kotlin API documentation to Kotlin-specific APIs #​47859
  • Adapt AOTCache documentation to JEP 514 #​47274
🔨 Dependency Upgrades
❤️ Contributors

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

@​K-jun98, @​TerryTaoYY, @​hojooo, @​linw-bai, @​mipo256, @​namest504, @​ngocnhan-tran1996, @​nosan, @​scottfrederick, @​siva-sai-udaygiri, @​tschut, and @​vpavic

v3.5.7

Compare Source

⭐ New Features
  • Add TWENTY_FIVE to JavaVersion enum #​47609
🐞 Bug Fixes
  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #​47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #​47737
  • Homebrew formula for the CLI should use libexec #​47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #​47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #​47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #​47635
  • JavaVersion doesn't work reliably in native-image #​47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #​47346
  • Launcher fails to find main method when it is parameterless #​47311
  • Package private Main class using Java 25 is not found by build plugins #​47309
  • Bitnami legacy images are not automatically detected #​47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #​25403
📔 Documentation
  • Some spring.test.* properties are not documented #​47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #​47744
  • Developing Your First Spring Boot Application has outdated tools #​47700
  • Include deprecated configuration properties in the reference documentation #​47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #​47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #​47474
  • Use non-deprecated syntax to configure sourceCompatibility #​47343
  • Fix link to Framework's @Bean annotation #​47330
  • Update managed dependency version override examples in documentation #​47306
🔨 Dependency Upgrades
❤️ Contributors

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

@​DKARAGODIN, @​JinhyeokFang, @​Lublanski, @​Pankraz76, @​fhiyo, @​ngocnhan-tran1996, @​nosan, @​scottfrederick, and @​xyraclius

v3.5.6

Compare Source

🐞 Bug Fixes
  • Quoted -D arguments break system property resolution on Linux with Spring AOT #​47166
  • Groovy Templates fails with an NPE when rendering an auto new line #​47139
  • available() does not behave correctly when reading stored entries from a NestedJarFile #​47057
  • spring-boot-docker-compose doesn't create service connections when image has registry host but not project #​47019
  • Flyway Ignore Migration Patterns setting can't be set to an empty string #​47013
📔 Documentation
  • Default value of server.tomcat.resource.cache-ttl is not documented #​47253
  • Document Java 25 support #​47245
  • Fix links to Flyway reference documentation #​46988
  • Clarify Javadoc of Customizer interfaces about overriding behavior #​46942
🔨 Dependency Upgrades
❤️ Contributors

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

@​Chanwon-Seo, @​doljae, @​izeye, and @​quaff

xerial/sqlite-jdbc (org.xerial:sqlite-jdbc)

v3.51.1.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.51.1 (6868e66)

🛠 Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (7603dbb)
  • bump actions/checkout from 5 to 6 (79a5083)
  • bump org.apache.maven.plugins:maven-jar-plugin (41d4bb3)
  • bump org.graalvm.buildtools:native-maven-plugin (2499f23)
  • org.graalvm.buildtools:native-maven-plugin from 0.10.6 to 0.11.2 (#​1346) (4f126e5), closes #​1346

deps-dev

  • bump org.assertj:assertj-core from 3.27.4 to 3.27.6 (c6f063c)

unscoped

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, Kristof

v3.51.0.0

Compare Source

Changelog

🚀 Features

sqlite

🔄️ Changes

🧪 Tests

  • load extension enabled by connection string (751cd07)

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 24.1.2 to 25.0.1 (62a819a)
  • bump org.jreleaser:jreleaser-maven-plugin (3fc3374)
  • bump org.apache.maven.plugins:maven-compiler-plugin (c7f900b)
  • bump actions/download-artifact from 5 to 6 (f7063ae)
  • bump actions/upload-artifact from 4 to 5 (938d553)
  • bump org.sonatype.central:central-publishing-maven-plugin (a822d58)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (be021fe)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (755cf1d)
  • bump org.codehaus.mojo:versions-maven-plugin (8911981)
  • bump surefire.version from 3.5.3 to 3.5.4 (978a9ef)
  • bump org.codehaus.mojo:versions-maven-plugin (7080b4d)
  • bump org.jreleaser:jreleaser-maven-plugin (8382798)
  • bump actions/setup-java from 4 to 5 (47117fd)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (ec9cf6f)
  • bump actions/checkout from 4 to 5 (8f594c8)
  • bump actions/download-artifact from 4 to 5 (0c76e59)

deps-dev

  • bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (5952229)
  • bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (cb727b9)
  • bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (cad6246)

native

  • disable fail fast on build native (d7cf60d)

unscoped

  • update deprecated action (ce63cd4)
  • android native build fix (c9ceb64)

📝 Documentation

  • document how to enable load extension (de546a9)

Contributors

We'd like to thank the following people for their contributions:
Dr. Christian Kohlschütter, Gauthier, Gauthier Roebroeck

projectlombok/lombok (org.projectlombok:lombok)

v1.18.42

v1.18.40


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Aug 30, 2025

Cloudflare Pages deployment

Latest commit 14661ca
Status 🔄 Deploying...
Preview URL Not available
Type 🔀 Preview

@renovate renovate bot changed the title chore(deps): update dependency maven-wrapper to v3.3.3 chore(deps): update java Sep 1, 2025
@renovate renovate bot force-pushed the renovate/java branch 3 times, most recently from a20cb74 to a537241 Compare November 5, 2025 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant