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 spring-boot-dependencies from 2.5.7 to 2.5.8 #812

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2021

Bumps spring-boot-dependencies from 2.5.7 to 2.5.8.

Release notes

Sourced from spring-boot-dependencies's releases.

v2.5.8

🐞 Bug Fixes

  • DatabaseInitializationDependencyConfigurer triggers eager initialization of factory beans #28977
  • App fails to start when it depends on thymeleaf-extras-springsecurity5 but does not have Spring Security on the classpath #28967
  • Platform used for Quartz, Session, Integration, and Batch schema initialization cannot be configured #28932
  • Image buildpack references without tag do not default to latest version #28921
  • The getter and setter that's used during configuration property binding varies when a getter or setter has been overridden to use a subclass of the property's type #28917
  • Invalid classpath index manifest attribute in war files built with Maven #28895
  • The name of the matching-strategy property is incorrect in the action message of the failure analysis for a PatternParseException #28809
  • Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip #28725

📔 Documentation

  • Polish Creating Your Own Auto-configuration section in Core Features reference doc #29115
  • Polish CacheManager customization section in reference doc #29094
  • Document that using DevTools with a remote application is not supported with WebFlux #28955
  • 2.5.x snapshot documentation links to source code on the main branch #28856
  • Polish README.adoc #28835
  • Fix output of "spring --version" in reference documentation #28831
  • Fix typos in the "External Application Properties" section #28830
  • Improve deprecation notice on ResourceProperties to direct people to WebProperties for dependency injection and then getResources() #28762
  • Add a package description for org.springframework.boot.actuate.metrics.data #28756

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.93 #29038
  • Upgrade to Caffeine 2.9.3 #29039
  • Upgrade to DB2 JDBC 11.5.7.0 #29117
  • Upgrade to Dropwizard Metrics 4.1.29 #29118
  • Upgrade to Ehcache3 3.9.9 #29119
  • Upgrade to Hazelcast 4.1.8 #29145
  • Upgrade to Hibernate 5.4.33 #29120
  • Upgrade to HttpAsyncClient 4.1.5 #29043
  • Upgrade to HttpCore 4.4.15 #29044
  • Upgrade to Infinispan 12.1.10.Final #29121
  • Upgrade to Jackson Bom 2.12.6 #29045
  • Upgrade to JDOM2 2.0.6.1 #29046
  • Upgrade to Kotlin 1.5.32 #29047
  • Upgrade to Log4j2 2.17.0 #28983
  • Upgrade to Logback 1.2.9 #29011
  • Upgrade to Micrometer 1.7.7 #28962
  • Upgrade to Netty 4.1.72.Final #29004
  • Upgrade to Reactor 2020.0.14 #28960
  • Upgrade to Spring AMQP 2.3.13 #28994
  • Upgrade to Spring Framework 5.3.14 #28961
  • Upgrade to Spring Integration 5.5.7 #28966
  • Upgrade to Spring LDAP 2.3.5 #28963
  • Upgrade to Spring Security 5.5.4 #28964
  • Upgrade to Spring Session 2021.0.4 #28965

... (truncated)

Commits
  • dc8fd8e Release v2.5.8
  • 369046c Upgrade to Spring Integration 5.5.7
  • f362170 Upgrade to Hazelcast 4.1.8
  • a6350f2 Upgrade to Spring Session 2021.0.4
  • b1ab3b8 Revert "Upgrade to Spring Kafka 2.7.10"
  • 44a9145 Upgrade to Spring Security 5.5.4
  • 6f8e116 Upgrade to Spring Kafka 2.7.10
  • b2c2e6d Upgrade to Spring AMQP 2.3.13
  • e4b0575 Do not consider bridge methods when binding java bean properties
  • 34f9651 Fix link to source code in snapshot documentation
  • 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 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 [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.5.8.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.5.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2021
@sonarcloud
Copy link

sonarcloud bot commented Dec 22, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@elefeint elefeint merged commit dfd98b9 into main Dec 22, 2021
@elefeint elefeint deleted the dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.5.8 branch December 22, 2021 14:45
kateryna216 added a commit to kateryna216/spring-cloud-gcp that referenced this pull request Oct 20, 2022
…m#812)

Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.5.8.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.5.8)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant