Skip to content

fix(deps): update spring boot to v3.5.3 - autoclosed#3567

Closed
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/spring-boot
Closed

fix(deps): update spring boot to v3.5.3 - autoclosed#3567
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/spring-boot

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Confidence
org.springframework.boot:spring-boot-configuration-processor (source) 3.4.7 -> 3.5.3 age confidence
org.springframework.boot:spring-boot-maven-plugin (source) 3.4.7 -> 3.5.3 age confidence
org.springframework.boot:spring-boot-dependencies (source) 3.4.7 -> 3.5.3 age confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.4.7 -> 3.5.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-configuration-processor)

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

Full release notes for Spring Boot 3.5 are available on the wiki.

⭐ New Features
  • Make heapdump endpoint restricted by default #​45624
  • Remove SSL status tag from metrics #​45602
  • Remove 'spring.http.client' deprecation and change 'spring.http.reactiveclient.settings' to 'spring.http.reactiveclient' #​45507
🐞 Bug Fixes
  • Unable to override/set nested ConfigurationProperties by passing as a system property #​45639
  • ValidationAutoConfiguration triggers early initialization of properties binding #​45618
  • Micrometer "enable" annotations property does not cover observed aspect #​45617
  • spring.graphql.sse.timeout is no longer exposed #​45613
  • SpringApplication.setEnvironmentPrefix is ignored when reading SPRING_PROFILES_ACTIVE #​45549
  • IllegalStateException when extracting using layers a module with no code of its own #​45449
  • Removed spring.batch.initialize-schema property is still considered #​45380
  • ReactorHttpClientBuilder does not offer a factory method to create the HttpClient #​45378
  • Suggested values for spring.jpa.hibernate.ddl-auto are not aligned with Hibernate #​45351
  • Custom default units declared on a field are ignored when binding properties in a native image #​45347
  • DockerRegistryConfigAuthentication uses the wrong serverUrl as a fallback for the Credentials helper #​45345
  • Various spring.datasource properties are mistakenly marked as ignored #​45342
  • JerseyWebApplicationInitializer always gets loaded, setting a ServletContext initParameter #​45297
  • DockerRegistryConfigAuthentication does not align with Docker CLI #​45292
  • Unlike the Docker CLI, "\x00" characters are not trimmed from a decoded Docker Registry password #​45290
  • CloudFoundry security matcher logs a warning due to use of the 'ignoring()' method #​32622
📔 Documentation
  • Document the java info contribution #​45634
  • Document the process info contribution #​45632
  • Document the os info contribution #​45630
  • Document typical spring.application.group and name use #​45628
  • Document that bean methods should be static when annotated with @ConfigurationPropertiesBinding #​45626
  • Document the way that primary Kotlin constructors are used when binding #​45553
  • Improve "profile" reference documentation with additional admonitions #​45551
  • Improve setEnvironmentPrefix(...) reference documentation #​45376
  • Document all the available Testcontainers integrations #​45367
  • Document when a spring.config.import value is relative and when it is fixed #​45363
  • Update org.cyclonedx.bom version in docs to 2.3.0 #​45320
  • Update link to "Parameter Name Retention" section of Spring Framework's release notes #​45299
🔨 Dependency Upgrades
❤️ Contributors

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

@​ahrytsiuk, @​izeye, @​lhotari, @​ngocnhan-tran1996, @​nosan, @​quaff, @​thecooldrop, and @​yybmion


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

🔕 Ignore: Close this PR and you won't be reminded about these updates 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-bot renovate-bot requested a review from a team as a code owner February 20, 2025 17:15
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Feb 20, 2025
@lqiu96 lqiu96 enabled auto-merge (squash) February 24, 2025 15:27
lqiu96
lqiu96 previously approved these changes Feb 24, 2025
auto-merge was automatically disabled February 24, 2025 15:29

Head branch was pushed to by a user without write access

@zhumin8
Copy link
Copy Markdown
Contributor

zhumin8 commented Mar 4, 2025

unittest(21) failing with:

[INFO] Running com.google.cloud.spring.bigquery.BigQueryTemplateTest
16:23:50.885 [gcp-bigquery1] ERROR com.google.cloud.spring.bigquery.core.BigQueryTemplate -- asyncTask interrupted
java.lang.NullPointerException: boom!

@renovate-bot renovate-bot force-pushed the renovate/spring-boot branch from 4c7c4ef to 1e0e1d4 Compare March 21, 2025 04:54
@renovate-bot renovate-bot changed the title fix(deps): update spring boot to v3.4.3 fix(deps): update spring boot to v3.4.4 Mar 21, 2025
@renovate-bot renovate-bot force-pushed the renovate/spring-boot branch from 1e0e1d4 to 19c3912 Compare April 24, 2025 15:53
@renovate-bot renovate-bot changed the title fix(deps): update spring boot to v3.4.4 fix(deps): update spring boot to v3.4.5 Apr 24, 2025
@renovate-bot renovate-bot force-pushed the renovate/spring-boot branch from 19c3912 to 293d42f Compare May 22, 2025 14:03
@renovate-bot renovate-bot changed the title fix(deps): update spring boot to v3.4.5 fix(deps): update spring boot to v3.4.6 May 22, 2025
@renovate-bot renovate-bot force-pushed the renovate/spring-boot branch from 293d42f to 4a3a558 Compare May 23, 2025 00:51
@renovate-bot renovate-bot changed the title fix(deps): update spring boot to v3.4.6 fix(deps): update spring boot May 23, 2025
@renovate-bot renovate-bot changed the title fix(deps): update spring boot fix(deps): update spring boot to v3.5.0 May 24, 2025
@zhumin8
Copy link
Copy Markdown
Contributor

zhumin8 commented May 28, 2025

wait for spring cloud 2025.0 for this upgrade
see https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions#supported-releases

@renovate-bot renovate-bot force-pushed the renovate/spring-boot branch from 4a3a558 to 914e9cf Compare May 28, 2025 19:02
@renovate-bot renovate-bot changed the title fix(deps): update spring boot to v3.5.0 fix(deps): update spring boot Jun 19, 2025
@renovate-bot renovate-bot force-pushed the renovate/spring-boot branch from 914e9cf to 5bc852c Compare June 19, 2025 14:28
@renovate-bot renovate-bot changed the title fix(deps): update spring boot fix(deps): update spring boot to v3.5.2 Jun 19, 2025
@renovate-bot renovate-bot force-pushed the renovate/spring-boot branch 2 times, most recently from f6babfe to d289bcd Compare June 20, 2025 08:06
@renovate-bot renovate-bot changed the title fix(deps): update spring boot to v3.5.2 fix(deps): update spring boot to v3.5.3 Jun 20, 2025
@renovate-bot renovate-bot force-pushed the renovate/spring-boot branch from d289bcd to e1a8858 Compare June 30, 2025 14:57
@renovate-bot renovate-bot changed the title fix(deps): update spring boot to v3.5.3 fix(deps): update spring boot to v3.5.3 - autoclosed Jul 15, 2025
@renovate-bot renovate-bot deleted the renovate/spring-boot branch July 15, 2025 16:28
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 do not merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants