Skip to content

fix(deps): update spring boot to v3.5.15#31

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

fix(deps): update spring boot to v3.5.15#31
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/spring-boot

Conversation

@renovate

@renovate renovate Bot commented May 24, 2025

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.73.5.15 age confidence

Release Notes

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

v3.5.15

Compare Source

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

v3.5.11

Compare Source

🐞 Bug Fixes
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #​49039
  • server.jetty.threads.max is ignored when using virtual threads #​48982
  • Docker credential helpers with file extensions cannot be executed on Windows #​48965
📔 Documentation
  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #​49211
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #​49054
  • Document naming convention for custom test-scoped starters #​49014
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #​48996
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #​48973
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #​48936
🔨 Dependency Upgrades
❤️ Contributors

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

@​dsyer, @​linkian209, @​nosan, @​quaff, @​scordio, and @​srt

v3.5.10

Compare Source

🐞 Bug Fixes
  • Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #​48836
  • When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #​48835
  • Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #​48810
  • DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #​48702
  • Application JAR created by extract command is not reproductible #​48664
  • AOT processing of tests should not be disabled when 'skipTests' is set #​48661
  • Fix zero-length byte buffer in InspectedContent #​48649
📔 Documentation
  • Update documentation for Buildpack's AOT Cache support #​48768
  • Document support for configuring arguments passed to Docker Compose #​48657
  • Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #​48634
  • Fix grammar and typos in the reference guide #​48596
🔨 Dependency Upgrades
❤️ Contributors

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

@​GaoSSR, @​izeye, and @​ngocnhan-tran1996

v3.5.9

Compare Source

🐞 Bug Fixes
  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #​48486
  • Profiles retained during AOT processing are not configured in a native image #​48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #​48450
  • Redis health check reports an error when redis_version is missing from the INFO response #​48326
  • Parent's MeterRegistry beans are closed when child context closes #​48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #​48271
📔 Documentation
  • Documentation has an outdated reference to the Jackson Kotlin Module #​48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #​48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #​48526
  • License header in build samples is displayed in the reference documentation #​48477
  • Configuring Two DataSources How-To code sample is inconsistent #​48448
  • Improve javadoc for when to use class names rather than class references #​48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #​48359
  • Polish TestRestTemplate examples in the reference guide #​48335
  • Fix links to javadoc in the reference documentation #​48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization #​48265
  • Kotlin auto-configuration examples are not annotated with @AutoConfiguration #​48227
  • Infinispan Cache Documentation is outdated #​48217
  • Revise "Use Liquibase for test-only migrations" section in reference manual #​48169
🔨 Dependency Upgrades
❤️ Contributors

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

@​banseok1216, @​berry120, @​dmitrysulman, @​geopark021, @​noojung, @​scottfrederick, @​vpavic, and @​youngledo

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


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 changed the title fix(deps): update spring boot to v3.5.0 fix(deps): update spring boot to v3.5.3 Jun 22, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 85507ab to bdf1249 Compare June 22, 2025 07:47
@renovate renovate Bot changed the title fix(deps): update spring boot to v3.5.3 fix(deps): update spring boot to v3.5.4 Jul 26, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from bdf1249 to dbc398f Compare July 26, 2025 20:05
@renovate renovate Bot changed the title fix(deps): update spring boot to v3.5.4 fix(deps): update spring boot to v3.5.5 Aug 24, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from dbc398f to f83a0a5 Compare August 24, 2025 03:12
@renovate renovate Bot force-pushed the renovate/spring-boot branch from f83a0a5 to 8248aa1 Compare September 19, 2025 04:03
@renovate renovate Bot changed the title fix(deps): update spring boot to v3.5.5 fix(deps): update spring boot to v3.5.6 Sep 19, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 8248aa1 to 004e1b1 Compare October 26, 2025 00:14
@renovate renovate Bot changed the title fix(deps): update spring boot to v3.5.6 fix(deps): update spring boot to v3.5.7 Oct 26, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch 2 times, most recently from ccc6bf4 to f9369e2 Compare November 10, 2025 16:48
@renovate renovate Bot changed the title fix(deps): update spring boot to v3.5.7 fix(deps): update spring boot to v3.5.7 - autoclosed Nov 15, 2025
@renovate renovate Bot closed this Nov 15, 2025
@renovate renovate Bot deleted the renovate/spring-boot branch November 15, 2025 18:31
@renovate renovate Bot changed the title fix(deps): update spring boot to v3.5.7 - autoclosed fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.8 Nov 20, 2025
@renovate renovate Bot reopened this Nov 20, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch 2 times, most recently from f9369e2 to ef1fa6e Compare November 20, 2025 22:27
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch 2 times, most recently from bb9107c to 1739cd9 Compare November 20, 2025 22:31
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 1739cd9 to ffc9edb Compare November 20, 2025 22:45
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from ffc9edb to 7465a40 Compare November 20, 2025 22:47
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.8 fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.9 Dec 20, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 7465a40 to de9f412 Compare December 20, 2025 07:40
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from de9f412 to 4220bf9 Compare December 20, 2025 07:42
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 4220bf9 to 86f8576 Compare January 23, 2026 04:08
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.9 fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.10 Jan 23, 2026
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from 86f8576 to 1eb812d Compare January 23, 2026 04:11
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 1eb812d to 6a639d8 Compare February 3, 2026 20:14
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from 6a639d8 to c4fed9f Compare February 3, 2026 20:16
@renovate renovate Bot force-pushed the renovate/spring-boot branch from c4fed9f to b404410 Compare February 13, 2026 23:36
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from b404410 to 0cabcd4 Compare February 13, 2026 23:38
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 0cabcd4 to a18a774 Compare February 19, 2026 20:07
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.10 fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.11 Feb 19, 2026
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from a18a774 to eb9a2c5 Compare February 19, 2026 20:09
@renovate renovate Bot force-pushed the renovate/spring-boot branch from eb9a2c5 to 307a910 Compare March 31, 2026 17:19
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.11 fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.13 Mar 31, 2026
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from 307a910 to 9b17b08 Compare March 31, 2026 17:22
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 9b17b08 to e5a8f67 Compare April 15, 2026 11:27
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from e5a8f67 to 762347d Compare April 15, 2026 11:30
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.13 fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.14 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 762347d to fa744ee Compare April 30, 2026 02:30
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from fa744ee to 276cd8d Compare April 30, 2026 02:33
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 276cd8d to f1700b5 Compare May 14, 2026 16:15
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from f1700b5 to 28a573f Compare May 14, 2026 16:18
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 28a573f to 8da1420 Compare June 1, 2026 13:32
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from 8da1420 to 877e0cc Compare June 1, 2026 13:35
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.14 fix(deps): update spring boot to v3.5.14 Jun 2, 2026
@renovate renovate Bot changed the title fix(deps): update spring boot to v3.5.14 fix(deps): update spring boot to v3.5.15 Jun 11, 2026
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 877e0cc to 98e9c80 Compare June 11, 2026 05:11
@github-actions github-actions Bot force-pushed the renovate/spring-boot branch from 98e9c80 to f4f0d7d Compare June 11, 2026 05:14
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