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.6 to 3.2.7 in the development-dependencies group #3323

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 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.6 to 3.2.7

Release notes

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

v3.2.7

🐞 Bug Fixes

  • SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label #41146
  • Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade #41109
  • MongoHealthIndicator not compliant with Mongo stable API with strict setting #41101
  • DataSourceProperties fail to bind if java.sql module isn't included #41082
  • Image building requires builder to specify a stack #41046
  • IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol with Spring Boot-configured SSL #41007
  • Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions #41001
  • buildInfo does not work with Gradle 8.7 or later when the configuration cache is enabled #40911
  • The auto-configured reactiveNeo4jTransactionManager may cause a failure due to multiple TransactionManager beans #40895
  • Flyway auto-configuration does not work with Flyway 10 when using GraalVM #40821
  • Image building hangs when builder and buildpack are configured #40697
  • Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar' #39733
  • JSP-related resources may not be found in an executable war file when using Jetty #39472
  • Excluding status code from DefaultErrorAttributes throws NPE #30011

📔 Documentation

  • Document more precisely how a Container's Docker image name is used to find the matching service connection #41111
  • Fix typos in javadoc of MockServerRestClientCustomizer and MockServerRestTemplateCustomizer #41052
  • Improve readability when listing three pillars of observability #41051
  • Fix typos in method names and javadoc #40971
  • Warn in the documentation that spring.profiles.group can only be used in non-profile-specific documents #40918
  • Add Kotlin example for @Testcontainers #40905
  • Fix various minor inconsistencies of the documentation #40900

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.17 #41054
  • Upgrade to Dropwizard Metrics 4.2.26 #41055
  • Upgrade to FreeMarker 2.3.33 #41056
  • Upgrade to Hibernate 6.4.9.Final #41095
  • Upgrade to HSQLDB 2.7.3 #41057
  • Upgrade to Infinispan 14.0.29.Final #41096
  • Upgrade to Jaybird 5.0.5.java11 #41127
  • Upgrade to Jersey 3.1.7 #41058
  • Upgrade to Jetty 12.0.10 #41060
  • Upgrade to Jetty Reactive HTTPClient 4.0.5 #41059
  • Upgrade to jOOQ 3.18.17 #41128
  • Upgrade to Maven Help Plugin 3.4.1 #41062
  • Upgrade to Micrometer 1.12.7 #41015
  • Upgrade to Micrometer Tracing 1.2.7 #41027
  • Upgrade to Neo4j Java Driver 5.21.0 #41028
  • Upgrade to Netty 4.1.111.Final #41063
  • Upgrade to Pulsar Reactive 0.5.6 #41129
  • Upgrade to Reactor Bom 2023.0.7 #41016
  • Upgrade to Spring AMQP 3.1.6 #41143
  • Upgrade to Spring Authorization Server 1.2.5 #41017

... (truncated)

Commits

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.6 to 3.2.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.6...v3.2.7)

---
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 Jun 22, 2024
@github-actions github-actions bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels Jun 22, 2024
@github-actions github-actions bot added this to the 3.2.2 milestone Jun 22, 2024
@github-actions github-actions bot enabled auto-merge (squash) June 22, 2024 10:20
@github-actions github-actions bot merged commit abfe4b5 into 3.2.x Jun 22, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/3.2.x/development-dependencies-24aa88219b branch June 22, 2024 10:21
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