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

build(deps): bump versions.springBootVersion from 2.7.10 to 2.7.11 #2295

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2023

Bumps versions.springBootVersion from 2.7.10 to 2.7.11.
Updates org.springframework.boot:spring-boot-dependencies from 2.7.10 to 2.7.11

Release notes

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

v2.7.11

🐞 Bug Fixes

  • CloudFoundry integration does not use endpoint path mappings #35085
  • Gradle Spring Boot plugin with Kotlin DSL does not support includeProjectDependencies in bootJar > layered > dependencies configuration #35033
  • Banner placeholders use default values too soon #34764
  • Cassandra default configuration substitutions don't resolve against configuration derived from spring.data.cassandra properties #34643
  • ApplicationAvailability bean is auto-configured even if a custom one is already present #34347
  • Nested test classes don't inherit properties from slice test annotations on enclosing class #33317

📔 Documentation

  • Use current Neo4j version in Testcontainers-based examples #34775
  • Clarify servlet container compatibility #34697
  • Document that optional dependencies are included by default in fat jars built with Maven #34636

🔨 Dependency Upgrades

  • Upgrade to DB2 JDBC 11.5.8.0 #34906
  • Upgrade to GraphQL Java 18.5 #34995
  • Upgrade to Groovy 3.0.17 #34907
  • Upgrade to Logback 1.2.12 #34908
  • Upgrade to Micrometer 1.9.10 #34855
  • Upgrade to MySQL 8.0.33 #35057
  • Upgrade to Netty 4.1.91.Final #34909
  • Upgrade to Reactor Bom 2020.0.31 #34856
  • Upgrade to Spring AMQP 2.4.12 #34947
  • Upgrade to Spring Data Bom 2021.2.11 #34902
  • Upgrade to Spring Framework 5.3.27 #34857
  • Upgrade to Spring Security 5.7.8 #34948
  • Upgrade to Spring WS 3.1.6 #34949
  • Upgrade to Tomcat 9.0.74 #35058
  • Upgrade to Undertow 2.2.24.Final #34910

❤️ Contributors

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

@​SeasonPanPan, @​acktsap, @​dreis2211, @​jgslima, @​krzyk, and @​meistermeier

Commits
  • 36589df Release v2.7.11
  • 3522714 Use endpoint mappings in CloudFoundry integration
  • da10c4e Merge pull request #34347 from acktsap
  • 1b832d8 Polish "Back off if a custom ApplicationAvailability bean is present"
  • 5e95ba8 Back off if a custom ApplicationAvailability bean is present
  • 098d338 Upgrade to Spring WS 3.1.6
  • cb56035 Setup docker config.json on CI when building project
  • caaef89 Upgrade to Tomcat 9.0.74
  • b30d9d9 Upgrade to MySQL 8.0.33
  • 71ff5f4 Upgrade to Spring Security 5.7.8
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-gradle-plugin from 2.7.10 to 2.7.11

Release notes

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

v2.7.11

🐞 Bug Fixes

  • CloudFoundry integration does not use endpoint path mappings #35085
  • Gradle Spring Boot plugin with Kotlin DSL does not support includeProjectDependencies in bootJar > layered > dependencies configuration #35033
  • Banner placeholders use default values too soon #34764
  • Cassandra default configuration substitutions don't resolve against configuration derived from spring.data.cassandra properties #34643
  • ApplicationAvailability bean is auto-configured even if a custom one is already present #34347
  • Nested test classes don't inherit properties from slice test annotations on enclosing class #33317

📔 Documentation

  • Use current Neo4j version in Testcontainers-based examples #34775
  • Clarify servlet container compatibility #34697
  • Document that optional dependencies are included by default in fat jars built with Maven #34636

🔨 Dependency Upgrades

  • Upgrade to DB2 JDBC 11.5.8.0 #34906
  • Upgrade to GraphQL Java 18.5 #34995
  • Upgrade to Groovy 3.0.17 #34907
  • Upgrade to Logback 1.2.12 #34908
  • Upgrade to Micrometer 1.9.10 #34855
  • Upgrade to MySQL 8.0.33 #35057
  • Upgrade to Netty 4.1.91.Final #34909
  • Upgrade to Reactor Bom 2020.0.31 #34856
  • Upgrade to Spring AMQP 2.4.12 #34947
  • Upgrade to Spring Data Bom 2021.2.11 #34902
  • Upgrade to Spring Framework 5.3.27 #34857
  • Upgrade to Spring Security 5.7.8 #34948
  • Upgrade to Spring WS 3.1.6 #34949
  • Upgrade to Tomcat 9.0.74 #35058
  • Upgrade to Undertow 2.2.24.Final #34910

❤️ Contributors

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

@​SeasonPanPan, @​acktsap, @​dreis2211, @​jgslima, @​krzyk, and @​meistermeier

Commits
  • 36589df Release v2.7.11
  • 3522714 Use endpoint mappings in CloudFoundry integration
  • da10c4e Merge pull request #34347 from acktsap
  • 1b832d8 Polish "Back off if a custom ApplicationAvailability bean is present"
  • 5e95ba8 Back off if a custom ApplicationAvailability bean is present
  • 098d338 Upgrade to Spring WS 3.1.6
  • cb56035 Setup docker config.json on CI when building project
  • caaef89 Upgrade to Tomcat 9.0.74
  • b30d9d9 Upgrade to MySQL 8.0.33
  • 71ff5f4 Upgrade to Spring Security 5.7.8
  • Additional commits viewable in compare view

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `versions.springBootVersion` from 2.7.10 to 2.7.11.

Updates `org.springframework.boot:spring-boot-dependencies` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.10...v2.7.11)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.10...v2.7.11)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 20, 2023
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/184996553

The labels on this github issue will be updated when the story is started.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Apr 20, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: dependabot[bot] (8c23a39)
  • ✅ login: web-flow / name: GitHub Web Flow (8c23a39)

@strehle
Copy link
Member

strehle commented Apr 20, 2023

/easycla

2 similar comments
@strehle
Copy link
Member

strehle commented Apr 20, 2023

/easycla

@WillsonHG
Copy link

/easycla

@strehle strehle merged commit 179fca1 into develop Apr 20, 2023
@strehle strehle deleted the dependabot/gradle/versions.springBootVersion-2.7.11 branch April 20, 2023 15:53
@cf-gitbot cf-gitbot added delivered accepted Accepted the issue and removed delivered labels May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted the issue dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants