Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.springframework.boot:spring-boot-starter from 3.2.9 to 3.2.10 in the development-dependencies group #3512

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2024

Bumps the development-dependencies group with 1 update: org.springframework.boot:spring-boot-starter.

Updates org.springframework.boot:spring-boot-starter from 3.2.9 to 3.2.10

Release notes

Sourced from org.springframework.boot:spring-boot-starter's releases.

v3.2.10

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42313
  • Missing details in OAuth2ClientProperties validation error message #42278
  • FileNotFoundException from unused mis-configured SSL bundles #42119
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42068
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42055
  • JarLauncher fails to load large jar files #42012
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #41571

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42272
  • Update link to Log4j2 system properties #42262
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42207
  • Fix links to Spring Data's reference documentation #42203
  • Update documentation to reflect new no handler found exception behavior #42164
  • Polish configuration property reference #42162
  • Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available #42110
  • Improve documentation in "Command-line Completion" #42091
  • Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing #41745
  • Document that configuration property binding to a Kotlin value class with a default is not supported #41693
  • Replace RFC 7807 by RFC 9457 in property documentation #41260
  • Explain difference between OTel agent and Micrometer instrumentations #41227

🔨 Dependency Upgrades

  • Upgrade to Groovy 4.0.23 #42291
  • Upgrade to Infinispan 14.0.31.Final #42245
  • Upgrade to Jakarta Servlet JSP JSTL 3.0.2 #42246
  • Upgrade to Jetty 12.0.13 #42248
  • Upgrade to Jetty Reactive HTTPClient 4.0.7 #42247
  • Upgrade to Micrometer 1.12.10 #42121
  • Upgrade to Micrometer Tracing 1.2.10 #42122
  • Upgrade to MongoDB 4.11.4 #42249
  • Upgrade to Netty 4.1.113.Final #42250
  • Upgrade to Reactor Bom 2023.0.10 #42123
  • Upgrade to Spring Data Bom 2023.1.10 #42124
  • Upgrade to Spring Framework 6.1.13 #42125
  • Upgrade to Spring HATEOAS 2.2.5 #42281
  • Upgrade to Spring Integration 6.2.9 #42126
  • Upgrade to Spring Kafka 3.1.9 #42127
  • Upgrade to Spring Pulsar 1.0.10 #42128
  • Upgrade to Spring Retry 2.0.9 #42325
  • Upgrade to Tomcat 10.1.30 #42344
  • Upgrade to Undertow 2.3.17.Final #42302

❤️ Contributors

... (truncated)

Commits
  • e7865f7 Release v3.2.10
  • ae8315e Use Liberica for Java 23 CI
  • f9379f4 Apply nohttp check per-project rather than at root
  • 1240c59 Only configure plugin classpath where it's needed
  • dc72e38 Try to ensure that distribution always has a non-empty value
  • 6d8a421 Update CI to use Java 23 GA
  • ef5bc91 Upgrade to Tomcat 10.1.30
  • c37f786 Upgrade to Spring Integration 6.2.9
  • 9726ddf Add 'spring.build-type' property
  • cad5dd2 Use variables for runs-on settings
  • Additional commits viewable in compare view

Dependabot compatibility score

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 development-dependencies group with 1 update: [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot).


Updates `org.springframework.boot:spring-boot-starter` from 3.2.9 to 3.2.10
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.9...v3.2.10)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type: dependency-upgrade Pull requests that update a dependency file label Sep 21, 2024
@github-actions github-actions bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels Sep 21, 2024
@artembilan artembilan added this to the 3.1.10 milestone Sep 23, 2024
@artembilan artembilan merged commit 7cadc02 into 3.1.x Sep 23, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/3.1.x/development-dependencies-0025b846ef branch September 23, 2024 16:47
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