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.11 to 3.2.12 in the development-dependencies group #3645

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 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.11 to 3.2.12

Release notes

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

v3.2.12

🐞 Bug Fixes

  • Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack #43126
  • WebServerPortFileWriter fails when using a portfile without extension #43115
  • SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set #43082
  • Logback logging system does not process URLs with paths not ending in .xml #42986
  • NPE in bootBuildImage when setting DOCKER_CONTEXT=default #42958
  • build-info doesn't support seconds since the epoch from project.build.outputTimestamp #42922
  • X-Registry-Auth header sent to Docker Engine API contains field "authHeader" #42910
  • NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null #41709
  • Root cause of errors is hidden when loading images from archive #31243

📔 Documentation

  • Documentation for 'spring.datasource.type' is misleading #43193
  • Update "Upgrading From" section to use "2.x" #43123
  • Rework DataSource configuration examples to separate defining an additional DataSource and defining a DataSource of a different type #43054
  • Link to Eclipse setup instructions #42918
  • Update HttpWebServiceMessageSenderBuilder javadoc #42868
  • Move default value descriptions to "description" in logging property metadata #42848
  • Document how and where to add custom GraalVM configuration files #42515

🔨 Dependency Upgrades

  • Upgrade to Groovy 4.0.24 #43088
  • Upgrade to Infinispan 14.0.33.Final #43229
  • Upgrade to Jetty 12.0.15 #43090
  • Upgrade to jOOQ 3.18.22 #43091
  • Upgrade to Lombok 1.18.36 #43177
  • Upgrade to Micrometer 1.12.13 #43178
  • Upgrade to Micrometer Tracing 1.2.12 #42994
  • Upgrade to MongoDB 4.11.5 #43092
  • Upgrade to Netty 4.1.115.Final #43144
  • Upgrade to Pulsar Reactive 0.5.9 #43179
  • Upgrade to Reactor Bom 2023.0.12 #42995
  • Upgrade to Spring AMQP 3.1.8 #42996
  • Upgrade to Spring Data Bom 2023.1.12 #42997
  • Upgrade to Spring Framework 6.1.15 #42999
  • Upgrade to Spring Integration 6.2.11 #43001
  • Upgrade to Spring Kafka 3.1.10 #43003
  • Upgrade to Spring LDAP 3.2.8 #43180
  • Upgrade to Spring Pulsar 1.0.12 #43005
  • Upgrade to Spring RESTDocs 3.0.3 #43007
  • Upgrade to Spring Security 6.2.8 #43009
  • Upgrade to Tomcat 10.1.33 #43145

❤️ Contributors

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

... (truncated)

Commits
  • 8f481bc Release v3.2.12
  • 5c938fc Update copyright year of changed files
  • 11401d3 Upgrade to Spring Integration 6.2.11
  • 758d0ff Upgrade to Infinispan 14.0.33.Final
  • 0e1f2e8 Merge pull request #43191 from wickdynex
  • df35d44 Polish "Remove deprecated getFiles() instead of getResolvedArtifacts()"
  • 659b30d Remove deprecated getFiles() instead of getResolvedArtifacts()
  • 8f1a63d Merge pull request #43212 from dependabot[bot]
  • 841d259 Polish "Bump gradle/actions from 4.1.0 to 4.2.1"
  • ee1ea3d Bump gradle/actions from 4.1.0 to 4.2.1
  • 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.11 to 3.2.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.11...v3.2.12)

---
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 Nov 23, 2024
@github-actions github-actions bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels Nov 23, 2024
@github-actions github-actions bot added this to the 3.2.6 milestone Nov 23, 2024
@github-actions github-actions bot enabled auto-merge (squash) November 23, 2024 10:15
@github-actions github-actions bot merged commit 4486474 into 3.2.x Nov 23, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/3.2.x/development-dependencies-6f4b4be3fc branch November 23, 2024 10:16
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