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.9 to 2.7.10 #2254

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2023

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

Release notes

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

v2.7.10

🐞 Bug Fixes

  • Some of the deprecated spring.security.saml2.relyingparty.registration.*.identityprovider.* properties are ignored #34525
  • Maven plugin uses timezone-local timestamps when outputTimestamp is used #34424
  • Loading application.yml fails with NoSuchMethodError when using SnakeYAML 2.0 #34405
  • EmbeddedWebServerFactoryCustomizerAutoConfiguration should not run when embedded web server is not configured #34332
  • Image builds with podman fail when image buildpacks are configured #34324
  • org.springframework.boot.web.embedded.jetty.GracefulShutdown uses the wrong class to create its logger #34220
  • StandardConfigDataResource can import the same file twice if the classpath includes '.' #34212

📔 Documentation

  • Document support for Java 20 #34642
  • Update two references to old APIs #34567
  • Clarify conventions for custom error pages in WebFlux #34534
  • Add documentation tip showing how to configure publishRegistry Maven properties from the command line #34517
  • Document support for Gradle 8 #34458
  • Document how to get socket location for image building configuration with podman #34435
  • Fix typo in Encrypting Properties #34386
  • Use plugins DSL consistently in Spring Boot Gradle Plugin docs #34048
  • Add link to Failover starter #32943

🔨 Dependency Upgrades

  • Upgrade to Dropwizard Metrics 4.2.18 #34648
  • Upgrade to GraphQL Java 18.4 #34717
  • Upgrade to Groovy 3.0.16 #34649
  • Upgrade to Jetty 9.4.51.v20230217 #34651
  • Upgrade to Jetty Reactive HTTPClient 1.1.14 #34650
  • Upgrade to Json-smart 2.4.10 #34652
  • Upgrade to Micrometer 1.9.9 #34528
  • Upgrade to Netty 4.1.90.Final #34653
  • Upgrade to Reactor Bom 2020.0.30 #34529
  • Upgrade to Spring AMQP 2.4.11 #34607
  • Upgrade to Spring Data Bom 2021.2.10 #34530
  • Upgrade to Spring Framework 5.3.26 #34531
  • Upgrade to Spring GraphQL 1.0.4 #34532
  • Upgrade to Spring HATEOAS 1.5.4 #34654
  • Upgrade to Spring Integration 5.5.17 #34722
  • Upgrade to Spring Session Bom 2021.2.1 #34533
  • Upgrade to Tomcat 9.0.73 #34655
  • Upgrade to UnboundID LDAPSDK 6.0.8 #34656

❤️ Contributors

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

@​1993heqiang, @​anandmnair, @​anthonydahanne, @​dsyer, @​izeye, @​jongwooo, and @​terminux

Commits
  • 9d156e9 Release v2.7.10
  • 1fc3c34 Document support for Java 20
  • 1508e3c Upgrade to Spring Integration 5.5.17
  • dd8f0c4 Upgrade to GraphQL Java 18.4
  • f234980 Merge pull request #34534 from dsyer
  • 1c05ad2 Polish "Clarify conventions for custom error pages in WebFlux"
  • f285364 Clarify conventions for custom error pages in WebFlux
  • bf48c6c Merge pull request #34517 from anthonydahanne
  • 932c203 Upgrade to Spring Session Bom 2021.2.1
  • ad680ed Polish "Add documentation for publishing images with Maven command line"
  • Additional commits viewable in compare view

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

Release notes

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

v2.7.10

🐞 Bug Fixes

  • Some of the deprecated spring.security.saml2.relyingparty.registration.*.identityprovider.* properties are ignored #34525
  • Maven plugin uses timezone-local timestamps when outputTimestamp is used #34424
  • Loading application.yml fails with NoSuchMethodError when using SnakeYAML 2.0 #34405
  • EmbeddedWebServerFactoryCustomizerAutoConfiguration should not run when embedded web server is not configured #34332
  • Image builds with podman fail when image buildpacks are configured #34324
  • org.springframework.boot.web.embedded.jetty.GracefulShutdown uses the wrong class to create its logger #34220
  • StandardConfigDataResource can import the same file twice if the classpath includes '.' #34212

📔 Documentation

  • Document support for Java 20 #34642
  • Update two references to old APIs #34567
  • Clarify conventions for custom error pages in WebFlux #34534
  • Add documentation tip showing how to configure publishRegistry Maven properties from the command line #34517
  • Document support for Gradle 8 #34458
  • Document how to get socket location for image building configuration with podman #34435
  • Fix typo in Encrypting Properties #34386
  • Use plugins DSL consistently in Spring Boot Gradle Plugin docs #34048
  • Add link to Failover starter #32943

🔨 Dependency Upgrades

  • Upgrade to Dropwizard Metrics 4.2.18 #34648
  • Upgrade to GraphQL Java 18.4 #34717
  • Upgrade to Groovy 3.0.16 #34649
  • Upgrade to Jetty 9.4.51.v20230217 #34651
  • Upgrade to Jetty Reactive HTTPClient 1.1.14 #34650
  • Upgrade to Json-smart 2.4.10 #34652
  • Upgrade to Micrometer 1.9.9 #34528
  • Upgrade to Netty 4.1.90.Final #34653
  • Upgrade to Reactor Bom 2020.0.30 #34529
  • Upgrade to Spring AMQP 2.4.11 #34607
  • Upgrade to Spring Data Bom 2021.2.10 #34530
  • Upgrade to Spring Framework 5.3.26 #34531
  • Upgrade to Spring GraphQL 1.0.4 #34532
  • Upgrade to Spring HATEOAS 1.5.4 #34654
  • Upgrade to Spring Integration 5.5.17 #34722
  • Upgrade to Spring Session Bom 2021.2.1 #34533
  • Upgrade to Tomcat 9.0.73 #34655
  • Upgrade to UnboundID LDAPSDK 6.0.8 #34656

❤️ Contributors

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

@​1993heqiang, @​anandmnair, @​anthonydahanne, @​dsyer, @​izeye, @​jongwooo, and @​terminux

Commits
  • 9d156e9 Release v2.7.10
  • 1fc3c34 Document support for Java 20
  • 1508e3c Upgrade to Spring Integration 5.5.17
  • dd8f0c4 Upgrade to GraphQL Java 18.4
  • f234980 Merge pull request #34534 from dsyer
  • 1c05ad2 Polish "Clarify conventions for custom error pages in WebFlux"
  • f285364 Clarify conventions for custom error pages in WebFlux
  • bf48c6c Merge pull request #34517 from anthonydahanne
  • 932c203 Upgrade to Spring Session Bom 2021.2.1
  • ad680ed Polish "Add documentation for publishing images with Maven command line"
  • 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.9 to 2.7.10.

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

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

---
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 Mar 23, 2023
@cf-gitbot
Copy link

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

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

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

@strehle strehle merged commit 3a49b21 into develop Mar 23, 2023
@strehle strehle deleted the dependabot/gradle/versions.springBootVersion-2.7.10 branch March 23, 2023 10:09
@cf-gitbot cf-gitbot added delivered accepted Accepted the issue and removed delivered labels May 25, 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

2 participants