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.10 to 3.2.11 in the development-dependencies group #3592

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 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.10 to 3.2.11

Release notes

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

v3.2.11

🐞 Bug Fixes

  • Case-insensitive comparisons may be adversely affected by the user's locale #42719
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #42681
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #42489
  • ActiveMQ Artemis Connection Factory creation fails in native image #42414
  • Duplicate meter binding when context contains multiple registries, none are primary, and one or more is a composite #42396
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #42185

📔 Documentation

  • Fix systemd example configuration #42795
  • Polish javadoc for Binder#bindOrCreate(String, Class) #42777
  • Remove stale link to jar-to-war getting started guide #42691
  • Fix Regex javadoc links #42645
  • Clarify why @Primary is recommended when defining your own ObjectMapper that replaces JacksonAutoConfiguration's #42598
  • Remove links to Spring Data GemFire #42575
  • Improve the javadoc describing when @ConditionalOn(Missing)Bean will infer the type to match #42504
  • Polish documentation #42445
  • Document how to handle MANIFEST.MF in native image with Maven #42412
  • Document support for Java 23 #42374
  • Remove note about graceful shutdown with Tomcat requiring 9.0.33 or later as we now require 10.1.x #42373
  • Improve classpath index documentation for reproducible builds #41265
  • Document how Map properties are bound from environment variables #40936
  • Document that the exact behavior of the maximum HTTP request header size property is server-specific #40798

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 5.18.6 #42612
  • Upgrade to Dropwizard Metrics 4.2.28 #42613
  • Upgrade to Infinispan 14.0.32.Final #42614
  • Upgrade to Jaybird 5.0.6.java11 #42747
  • Upgrade to Jersey 3.1.9 #42615
  • Upgrade to Jetty 12.0.14 #42617
  • Upgrade to Jetty Reactive HTTPClient 4.0.8 #42616
  • Upgrade to jOOQ 3.18.21 #42816
  • Upgrade to JUnit Jupiter 5.10.5 #42619
  • Upgrade to Micrometer 1.12.11 #42531
  • Upgrade to Micrometer Tracing 1.2.11 #42532
  • Upgrade to Neo4j Java Driver 5.25.0 #42626
  • Upgrade to Netty 4.1.114.Final #42620
  • Upgrade to Pooled JMS 3.1.7 #42621
  • Upgrade to Pulsar Reactive 0.5.8 #42817
  • Upgrade to R2DBC Pool 1.0.2.RELEASE #42748
  • Upgrade to R2DBC Postgresql 1.0.7.RELEASE #42749
  • Upgrade to Reactor Bom 2023.0.11 #42533
  • Upgrade to Spring Authorization Server 1.2.7 #42534
  • Upgrade to Spring Framework 6.1.14 #42536
  • Upgrade to Spring GraphQL 1.2.9 #42740

... (truncated)

Commits
  • 8ff3084 Release v3.2.11
  • 9858b4b Fix release script
  • 83a3212 Use github.ref_name when deploying snapshots
  • 76cfc57 Use steps.build-and-publish.outputs.version instead of github.ref_name
  • 38d5348 Upgrade to Spring Integration 6.2.10
  • 78d0e48 Upgrade to Spring GraphQL 1.2.9
  • f8c9fe4 Upgrade to Spring Authorization Server 1.2.7
  • 0e84c48 Upgrade to Spring Security 6.2.7
  • ced285d Upgrade to Spring Pulsar 1.0.11
  • 747a971 Upgrade to Pulsar Reactive 0.5.8
  • 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.10 to 3.2.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.10...v3.2.11)

---
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 Oct 26, 2024
@github-actions github-actions bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels Oct 26, 2024
@github-actions github-actions bot added this to the 3.1.10 milestone Oct 26, 2024
@github-actions github-actions bot enabled auto-merge (squash) October 26, 2024 10:23
@github-actions github-actions bot merged commit df7e38b into 3.1.x Oct 26, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/3.1.x/development-dependencies-6087b98789 branch October 26, 2024 10:24
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.

0 participants