Skip to content

Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.16 - #39

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/spring-boot
Open

Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.16#39
renovate[bot] wants to merge 1 commit into
developfrom
renovate/spring-boot

Conversation

@renovate

@renovate renovate Bot commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.5.113.5.16 age confidence

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.5.16

Compare Source

🔨 Dependency Upgrades

v3.5.15

Compare Source

🐞 Bug Fixes

  • Artemis auto-configuration uses a predictable default location for the embedded broker's data #​50743
  • MailSender auto-configuration does not enable hostname verification #​50742
  • SSL should not be enabled when a SSL bundle is overridden to an empty string #​50624
  • Layer written outside the output location of '//' exception is thrown when using extract layers in root directory #​50501
  • Docker Compose support does not restore thread interrupt flag when catching InterruptedException #​50451
  • RabbitProperties enables SSL even when spring.rabbitmq.ssl.bundle is overridden to an empty string #​50429
  • GraphQL WebSocket support does not configure allowed origins #​50391
  • Buildpack module does not validate long-to-int casts #​50382
  • MappingsEndpoint reports the context's own ID as parentId when a parent exists #​50373
  • Created StackTracePrinter instances have no access to the Environment #​50303
  • NullPointerException in reactor-netty SniProvider when SSL bundle uses client-auth or server truststore without server-name-bundles #​50301
  • Spring Boot Loader Does Not Support RSA and EC Signed Jars #​50292
  • ConfigurationPropertiesReportEndpoint exposes AOP proxy internals #​50273
  • Actuator's '/cloudfoundryapplication' endpoint does not work if restrictive CORS configuration is provided using a bean named corsConfigurationSource #​50254
  • Meter registries are not removed from the global registry when the context is closed #​50235
  • ThreadPoolTaskScheduleBuilder unnecessarily loses precision when configuring await termination time #​50225
  • Apply HTML escaping to timestamp attribute in Whitelabel error page #​50205
  • NimbusJwtDecoder silently accepts unknown values for spring.security.oauth2.resourceserver.jwt.jws-algorithms #​50118
  • EndpointRequest links matcher unnecessarily matches HTTP methods other than GET #​50095

📔 Documentation

  • Fix reference to Gradle documentation for module replacement #​50641
  • Remove the use of Optional from Data Neo4j repository examples #​50600
  • Fix typos in documentation #​50593
  • Document Java 25 requirement for AOT cache #​50482
  • Clarify dependency requirement for Bean Validation support #​50290
  • Document SSL reloading with Let's Encrypt #​50222
  • Polish InvalidConfigurationPropertyValueException constructor javadoc #​50212
  • Document known testcontainers lifecycle issues #​50210
  • Document configuring multiple connectors with Jetty #​50206
  • Fix typo in Spring Security OAuth2 client registration documentation #​50193

🔨 Dependency Upgrades

❤️ Contributors

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

@​Abdlatif-nabgha, @​DragonFSKY, @​Kapil-chn7, @​SJvaca30, @​SebTardif, @​ares333, @​codingkiddo, @​dlwldnjs1009, @​henriquejsza, @​igormukhin, @​johnnypwong, @​kwondh5217, @​leestana01, @​mheath, @​ngocnhan-tran1996, @​nosan, @​quaff, @​scordio, @​vinhhieu21, @​won-seoop, and @​zxuhan

v3.5.14

Compare Source

🐞 Bug Fixes

  • ApplicationPidFileWriter does not handle symlinks correctly #​50173
  • RandomValuePropertySource is not suitable for secrets #​50172
  • Cassandra auto-configuration misconfigures CqlSessionBuilder #​50171
  • ApplicationTemp does not handle symlinks correctly #​50170
  • Remote DevTools performs comparison incorrectly #​50169
  • spring.rabbitmq.ssl.verify-hostname is applied inconsistently #​50168
  • EnversRevisionRepositoriesRegistrar should reuse @EnableEnversRepositories rather than configuring the JPA counterpart #​50035
  • Annotations like @Ssl don't work on @Bean methods when using @ServiceConnection #​50033
  • Whole number values are ignored when configuring min and max expected values and SLO boundaries for a distribution summary meter #​50021
  • WebFlux Cloud Foundry links endpoint includes query string from received request in resolved links #​50008
  • 500 response from env endpoint when supplied pattern is invalid #​49942
  • HTTP method is lost when configuring excludes in EndpointRequest #​49885
  • Docker Compose support doesn't work with apache/artemis image #​49865
  • Honor HttpMethod for reactive additional endpoint paths #​49864
  • Docker Compose support doesn't work with apache/activemq image #​49863
  • Imports on a containing test class are ignored when a nested class has imports #​49860

📔 Documentation

  • Link to the observability section of the Lettuce documentation is broken #​50092
  • Javadoc for StaticResourceLocation.FAVICON doesn't describe icons location #​50083
  • MySamlRelyingPartyConfiguration is missing a Kotlin sample #​50023
  • Incorrect default value for management.httpexchanges.recording.include in configuration metadata #​50010
  • Link to the Kubernetes documentation when discussing startup probes #​50007
  • Update docs to encourage Java fundamentals for beginners that prefer to learn that way #​49895
  • Clarify that configuration property default values are not available through the Environment #​49835

🔨 Dependency Upgrades

❤️ Contributors

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

@​MohammedGhallab, @​dlwldnjs1009, @​edwardsre, @​kodama-kcc, @​kwondh5217, @​quaff, @​refeccd, and @​scordio

v3.5.13

Compare Source

⚠️ Attention Required

  • Jackson has been upgraded to 2.21.2 in response to the Jackson team ending support for Jackson 2.19.x and 2.20.x. #​49365

🐞 Bug Fixes

  • WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson #​49750
  • Metadata annotation processor ignores method-level @NestedConfigurationProperty when using constructor binding #​49734
  • Override of property in external 'application.properties' or 'application.yaml' is ignored #​49724
  • Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration #​49716
  • NativeImageResourceProvider does not find Flyway migration scripts in subdirectories #​49661
  • @GraphQlTest does not include @ControllerAdvice #​49660

📔 Documentation

  • Fix incorrect indefinite articles in Javadoc #​49723
  • Add some more Kotlin examples and trivial style fixes #​49710

🔨 Dependency Upgrades

❤️ Contributors

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

@​Joowon-Seo, @​deejay1, @​dlwldnjs1009, and @​ljrmorgan

v3.5.12

Compare Source

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #​49648
  • "/cloudfoundryapplication" web path is not limited to Actuator #​49645
  • RSocket exposes duplicate endpoint for websocket setups #​49592
  • Fix EndpointRequest.toLinks() when base-path is '/' #​49591
  • SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion #​49518
  • "spring.main.cloud-platform=none" does not disable cloud features #​49478
  • Using @AutoConfigureWebTestClient prevents separate configuration of spring.test.webtestclient.timeout from taking effect #​49340
  • Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties #​49324
  • RouterFunctions descriptions in Actuator do not support nesting #​49289
  • Maven plugin does not set '-parameters' option when processing AOT code #​49268
  • SSL support with Docker Compose does not work as documented #​49210
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #​49055

📔 Documentation

  • List all supported colors when describing color-coded log output #​49561
  • Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint #​49506
  • Tutorial in the reference guide has outdated instructions #​49411
  • Javadoc of JettyHttpClientBuilder refers to the wrong type #​49364
  • Example spring-devtools.properties file is shown in the wrong format #​49357
  • Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM #​49307
  • Update CLI's INSTALL.txt to reflect Groovy no longer being bundled #​49297
  • JDK requirement for the CLI still refers to Java 8 #​49290
  • Java and Kotlin samples of an environment post processor are inconsistent #​49282
  • Document additional repositories required for shibboleth.net #​49260
  • Clarify inferred relationships between OAuth 2 registrations and providers #​49240

🔨 Dependency Upgrades

❤️ Contributors

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

@​bbbbooo, @​chandanv89, @​itsmevichu, @​jayychoi, @​l2yujw, @​ngocnhan-tran1996, @​qnnn, @​quaff, and @​sbrannen


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate
renovate Bot force-pushed the renovate/spring-boot branch from 936eb9b to 6be2a4c Compare March 26, 2026 12:48
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.12 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.13 Mar 26, 2026
@renovate
renovate Bot force-pushed the renovate/spring-boot branch from 6be2a4c to 57aedbe Compare April 23, 2026 18:29
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.13 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.14 Apr 23, 2026
@renovate
renovate Bot force-pushed the renovate/spring-boot branch from 57aedbe to a268c17 Compare July 25, 2026 23:41
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.14 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.16 Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants