Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Bump spring.boot.version from 2.6.1 to 2.6.2 #313

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps spring.boot.version from 2.6.1 to 2.6.2.
Updates spring-boot-dependencies from 2.6.1 to 2.6.2

Release notes

Sourced from spring-boot-dependencies's releases.

v2.6.2

🐞 Bug Fixes

  • 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 #29143
  • DatabaseInitializationDependencyConfigurer triggers eager initialization of factory beans #29103
  • Spring boot 2.6.0 Quartz mysql/mariadb tables are not created #29095
  • Platform used for Quartz, Session, Integration, and Batch schema initialization cannot be configured #29002
  • App fails to start when it depends on thymeleaf-extras-springsecurity5 but does not have Spring Security on the classpath #28979
  • ResponseStatusException no longer returning response body in 2.6.1 using spring security #28953
  • DataSourceScriptDatabaseInitializer may still try to access the database even though its initialization mode is never #28931
  • Hibernate validation messages broken in spring boot 2.6.1 when setUseCodeAsDefaultMessage set to true #28930
  • Image buildpack references without tag do not default to latest version #28922
  • Invalid classpath index manifest attribute in war files built with Maven #28904
  • AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter when deployed to a Servlet 3.1-compatible container #28902
  • Setting cache time-to-live for the health endpoint has no effect #28882
  • server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie #28784

📔 Documentation

  • 2.5.x snapshot documentation links to source code on the main branch #29141
  • Document that using DevTools with a remote application is not supported with WebFlux #29138
  • Polish Creating Your Own Auto-configuration section in Core Features reference doc #29133
  • Polish CacheManager customization section in reference doc #29098
  • Polish README.adoc #28948
  • Fix documented default value for property spring.mvc.pathmatch.matching-strategy #28936
  • Add consistent quotes in YAML samples of reference doc #28911

🔨 Dependency Upgrades

  • Upgrade to Logback 1.2.9 #29012
  • Upgrade to AppEngine SDK 1.9.93 #29054
  • Upgrade to Caffeine 2.9.3 #29055
  • Upgrade to Couchbase Client 3.2.4 #29056
  • Upgrade to DB2 JDBC 11.5.7.0 #29124
  • Upgrade to Dropwizard Metrics 4.2.7 #29125
  • Upgrade to Ehcache3 3.9.9 #29126
  • Upgrade to Flyway 8.0.5 #29059
  • Upgrade to Hazelcast 4.2.4 #29146
  • Upgrade to Hibernate 5.6.3.Final #29127
  • Upgrade to HttpAsyncClient 4.1.5 #29062
  • Upgrade to HttpCore 4.4.15 #29063
  • Upgrade to Infinispan 12.1.10.Final #29128
  • Upgrade to Jackson Bom 2.13.1 #29129
  • Upgrade to JDOM2 2.0.6.1 #29064
  • Upgrade to Jedis 3.7.1 #29065
  • Upgrade to JUnit Jupiter 5.8.2 #29066
  • Upgrade to Kotlin 1.6.10 #29067
  • Upgrade to Log4j2 2.17.0 #28984
  • Upgrade to Micrometer 1.8.1 #28971
  • Upgrade to MSSQL JDBC 9.4.1.jre8 #29068

... (truncated)

Commits
  • 4256344 Release v2.6.2
  • 78ea146 Merge branch '2.5.x' into 2.6.x
  • 61c978e Upgrade to Spring Integration 5.5.7
  • 369046c Upgrade to Spring Integration 5.5.7
  • c748774 Upgrade to Spring Session 2021.1.1
  • 878a65d Merge branch '2.5.x' into 2.6.x
  • 2e67645 Upgrade to Hazelcast 4.2.4
  • f362170 Upgrade to Hazelcast 4.1.8
  • a6350f2 Upgrade to Spring Session 2021.0.4
  • ed5ea95 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-data-rest from 2.6.1 to 2.6.2

Release notes

Sourced from spring-boot-starter-data-rest's releases.

v2.6.2

🐞 Bug Fixes

  • 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 #29143
  • DatabaseInitializationDependencyConfigurer triggers eager initialization of factory beans #29103
  • Spring boot 2.6.0 Quartz mysql/mariadb tables are not created #29095
  • Platform used for Quartz, Session, Integration, and Batch schema initialization cannot be configured #29002
  • App fails to start when it depends on thymeleaf-extras-springsecurity5 but does not have Spring Security on the classpath #28979
  • ResponseStatusException no longer returning response body in 2.6.1 using spring security #28953
  • DataSourceScriptDatabaseInitializer may still try to access the database even though its initialization mode is never #28931
  • Hibernate validation messages broken in spring boot 2.6.1 when setUseCodeAsDefaultMessage set to true #28930
  • Image buildpack references without tag do not default to latest version #28922
  • Invalid classpath index manifest attribute in war files built with Maven #28904
  • AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter when deployed to a Servlet 3.1-compatible container #28902
  • Setting cache time-to-live for the health endpoint has no effect #28882
  • server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie #28784

📔 Documentation

  • 2.5.x snapshot documentation links to source code on the main branch #29141
  • Document that using DevTools with a remote application is not supported with WebFlux #29138
  • Polish Creating Your Own Auto-configuration section in Core Features reference doc #29133
  • Polish CacheManager customization section in reference doc #29098
  • Polish README.adoc #28948
  • Fix documented default value for property spring.mvc.pathmatch.matching-strategy #28936
  • Add consistent quotes in YAML samples of reference doc #28911

🔨 Dependency Upgrades

  • Upgrade to Logback 1.2.9 #29012
  • Upgrade to AppEngine SDK 1.9.93 #29054
  • Upgrade to Caffeine 2.9.3 #29055
  • Upgrade to Couchbase Client 3.2.4 #29056
  • Upgrade to DB2 JDBC 11.5.7.0 #29124
  • Upgrade to Dropwizard Metrics 4.2.7 #29125
  • Upgrade to Ehcache3 3.9.9 #29126
  • Upgrade to Flyway 8.0.5 #29059
  • Upgrade to Hazelcast 4.2.4 #29146
  • Upgrade to Hibernate 5.6.3.Final #29127
  • Upgrade to HttpAsyncClient 4.1.5 #29062
  • Upgrade to HttpCore 4.4.15 #29063
  • Upgrade to Infinispan 12.1.10.Final #29128
  • Upgrade to Jackson Bom 2.13.1 #29129
  • Upgrade to JDOM2 2.0.6.1 #29064
  • Upgrade to Jedis 3.7.1 #29065
  • Upgrade to JUnit Jupiter 5.8.2 #29066
  • Upgrade to Kotlin 1.6.10 #29067
  • Upgrade to Log4j2 2.17.0 #28984
  • Upgrade to Micrometer 1.8.1 #28971
  • Upgrade to MSSQL JDBC 9.4.1.jre8 #29068

... (truncated)

Commits
  • 4256344 Release v2.6.2
  • 78ea146 Merge branch '2.5.x' into 2.6.x
  • 61c978e Upgrade to Spring Integration 5.5.7
  • 369046c Upgrade to Spring Integration 5.5.7
  • c748774 Upgrade to Spring Session 2021.1.1
  • 878a65d Merge branch '2.5.x' into 2.6.x
  • 2e67645 Upgrade to Hazelcast 4.2.4
  • f362170 Upgrade to Hazelcast 4.1.8
  • a6350f2 Upgrade to Spring Session 2021.0.4
  • ed5ea95 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-actuator from 2.6.1 to 2.6.2

Release notes

Sourced from spring-boot-starter-actuator's releases.

v2.6.2

🐞 Bug Fixes

  • 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 #29143
  • DatabaseInitializationDependencyConfigurer triggers eager initialization of factory beans #29103
  • Spring boot 2.6.0 Quartz mysql/mariadb tables are not created #29095
  • Platform used for Quartz, Session, Integration, and Batch schema initialization cannot be configured #29002
  • App fails to start when it depends on thymeleaf-extras-springsecurity5 but does not have Spring Security on the classpath #28979
  • ResponseStatusException no longer returning response body in 2.6.1 using spring security #28953
  • DataSourceScriptDatabaseInitializer may still try to access the database even though its initialization mode is never #28931
  • Hibernate validation messages broken in spring boot 2.6.1 when setUseCodeAsDefaultMessage set to true #28930
  • Image buildpack references without tag do not default to latest version #28922
  • Invalid classpath index manifest attribute in war files built with Maven #28904
  • AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter when deployed to a Servlet 3.1-compatible container #28902
  • Setting cache time-to-live for the health endpoint has no effect #28882
  • server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie #28784

📔 Documentation

  • 2.5.x snapshot documentation links to source code on the main branch #29141
  • Document that using DevTools with a remote application is not supported with WebFlux #29138
  • Polish Creating Your Own Auto-configuration section in Core Features reference doc #29133
  • Polish CacheManager customization section in reference doc #29098
  • Polish README.adoc #28948
  • Fix documented default value for property spring.mvc.pathmatch.matching-strategy #28936
  • Add consistent quotes in YAML samples of reference doc #28911

🔨 Dependency Upgrades

  • Upgrade to Logback 1.2.9 #29012
  • Upgrade to AppEngine SDK 1.9.93 #29054
  • Upgrade to Caffeine 2.9.3 #29055
  • Upgrade to Couchbase Client 3.2.4 #29056
  • Upgrade to DB2 JDBC 11.5.7.0 #29124
  • Upgrade to Dropwizard Metrics 4.2.7 #29125
  • Upgrade to Ehcache3 3.9.9 #29126
  • Upgrade to Flyway 8.0.5 #29059
  • Upgrade to Hazelcast 4.2.4 #29146
  • Upgrade to Hibernate 5.6.3.Final #29127
  • Upgrade to HttpAsyncClient 4.1.5 #29062
  • Upgrade to HttpCore 4.4.15 #29063
  • Upgrade to Infinispan 12.1.10.Final #29128
  • Upgrade to Jackson Bom 2.13.1 #29129
  • Upgrade to JDOM2 2.0.6.1 #29064
  • Upgrade to Jedis 3.7.1 #29065
  • Upgrade to JUnit Jupiter 5.8.2 #29066
  • Upgrade to Kotlin 1.6.10 #29067
  • Upgrade to Log4j2 2.17.0 #28984
  • Upgrade to Micrometer 1.8.1 #28971
  • Upgrade to MSSQL JDBC 9.4.1.jre8 #29068

... (truncated)

Commits
  • 4256344 Release v2.6.2
  • 78ea146 Merge branch '2.5.x' into 2.6.x
  • 61c978e Upgrade to Spring Integration 5.5.7
  • 369046c Upgrade to Spring Integration 5.5.7
  • c748774 Upgrade to Spring Session 2021.1.1
  • 878a65d Merge branch '2.5.x' into 2.6.x
  • 2e67645 Upgrade to Hazelcast 4.2.4
  • f362170 Upgrade to Hazelcast 4.1.8
  • a6350f2 Upgrade to Spring Session 2021.0.4
  • ed5ea95 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-web from 2.6.1 to 2.6.2

Release notes

Sourced from spring-boot-starter-web's releases.

v2.6.2

🐞 Bug Fixes

  • 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 #29143
  • DatabaseInitializationDependencyConfigurer triggers eager initialization of factory beans #29103
  • Spring boot 2.6.0 Quartz mysql/mariadb tables are not created #29095
  • Platform used for Quartz, Session, Integration, and Batch schema initialization cannot be configured #29002
  • App fails to start when it depends on thymeleaf-extras-springsecurity5 but does not have Spring Security on the classpath #28979
  • ResponseStatusException no longer returning response body in 2.6.1 using spring security #28953
  • DataSourceScriptDatabaseInitializer may still try to access the database even though its initialization mode is never #28931
  • Hibernate validation messages broken in spring boot 2.6.1 when setUseCodeAsDefaultMessage set to true #28930
  • Image buildpack references without tag do not default to latest version #28922
  • Invalid classpath index manifest attribute in war files built with Maven #28904
  • AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter when deployed to a Servlet 3.1-compatible container #28902
  • Setting cache time-to-live for the health endpoint has no effect #28882
  • server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie #28784

📔 Documentation

  • 2.5.x snapshot documentation links to source code on the main branch #29141
  • Document that using DevTools with a remote application is not supported with WebFlux #29138
  • Polish Creating Your Own Auto-configuration section in Core Features reference doc #29133
  • Polish CacheManager customization section in reference doc #29098
  • Polish README.adoc #28948
  • Fix documented default value for property spring.mvc.pathmatch.matching-strategy #28936
  • Add consistent quotes in YAML samples of reference doc #28911

🔨 Dependency Upgrades

  • Upgrade to Logback 1.2.9 #29012
  • Upgrade to AppEngine SDK 1.9.93 #29054
  • Upgrade to Caffeine 2.9.3 #29055
  • Upgrade to Couchbase Client 3.2.4 #29056
  • Upgrade to DB2 JDBC 11.5.7.0 #29124
  • Upgrade to Dropwizard Metrics 4.2.7 #29125
  • Upgrade to Ehcache3 3.9.9 #29126
  • Upgrade to Flyway 8.0.5 #29059
  • Upgrade to Hazelcast 4.2.4 #29146
  • Upgrade to Hibernate 5.6.3.Final #29127
  • Upgrade to HttpAsyncClient 4.1.5 #29062
  • Upgrade to HttpCore 4.4.15 #29063
  • Upgrade to Infinispan 12.1.10.Final #29128
  • Upgrade to Jackson Bom 2.13.1 #29129
  • Upgrade to JDOM2 2.0.6.1 #29064
  • Upgrade to Jedis 3.7.1 #29065
  • Upgrade to JUnit Jupiter 5.8.2 #29066
  • Upgrade to Kotlin 1.6.10 #29067
  • Upgrade to Log4j2 2.17.0 #28984
  • Upgrade to Micrometer 1.8.1 #28971
  • Upgrade to MSSQL JDBC 9.4.1.jre8 #29068

... (truncated)

Commits
  • 4256344 Release v2.6.2
  • 78ea146 Merge branch '2.5.x' into 2.6.x
  • 61c978e Upgrade to Spring Integration 5.5.7
  • 369046c Upgrade to Spring Integration 5.5.7
  • c748774 Upgrade to Spring Session 2021.1.1
  • 878a65d Merge branch '2.5.x' into 2.6.x
  • 2e67645 Upgrade to Hazelcast 4.2.4
  • f362170 Upgrade to Hazelcast 4.1.8
  • a6350f2 Upgrade to Spring Session 2021.0.4
  • ed5ea95 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-test from 2.6.1 to 2.6.2

Release notes

Sourced from spring-boot-starter-test's releases.

v2.6.2

🐞 Bug Fixes

  • 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 #29143
  • DatabaseInitializationDependencyConfigurer triggers eager initialization of factory beans #29103
  • Spring boot 2.6.0 Quartz mysql/mariadb tables are not created #29095
  • Platform used for Quartz, Session, Integration, and Batch schema initialization cannot be configured #29002
  • App fails to start when it depends on thymeleaf-extras-springsecurity5 but does not have Spring Security on the classpath #28979
  • ResponseStatusException no longer returning response body in 2.6.1 using spring security #28953
  • DataSourceScriptDatabaseInitializer may still try to access the database even though its initialization mode is never #28931
  • Hibernate validation messages broken in spring boot 2.6.1 when setUseCodeAsDefaultMessage set to true #28930
  • Image buildpack references without tag do not default to latest version #28922
  • Invalid classpath index manifest attribute in war files built with Maven #28904
  • AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter when deployed to a Servlet 3.1-compatible container #28902
  • Setting cache time-to-live for the health endpoint has no effect #28882
  • server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie #28784

📔 Documentation

  • 2.5.x snapshot documentation links to source code on the main branch #29141
  • Document that using DevTools with a remote application is not supported with WebFlux #29138
  • Polish Creating Your Own Auto-configuration section in Core Features reference doc #29133
  • Polish CacheManager customization section in reference doc #29098
  • Polish README.adoc #28948
  • Fix documented default value for property spring.mvc.pathmatch.matching-strategy #28936
  • Add consistent quotes in YAML samples of reference doc #28911

🔨 Dependency Upgrades

  • Upgrade to Logback 1.2.9 #29012
  • Upgrade to AppEngine SDK 1.9.93 #29054
  • Upgrade to Caffeine 2.9.3 #29055
  • Upgrade to Couchbase Client 3.2.4 #29056
  • Upgrade to DB2 JDBC 11.5.7.0 #29124
  • Upgrade to Dropwizard Metrics 4.2.7 #29125
  • Upgrade to Ehcache3 3.9.9 #29126
  • Upgrade to Flyway 8.0.5 #29059
  • Upgrade to Hazelcast 4.2.4 #29146
  • Upgrade to Hibernate 5.6.3.Final #29127
  • Upgrade to HttpAsyncClient 4.1.5 #29062
  • Upgrade to HttpCore 4.4.15 #29063
  • Upgrade to Infinispan 12.1.10.Final #29128
  • Upgrade to Jackson Bom 2.13.1 #29129
  • Upgrade to JDOM2 2.0.6.1 #29064
  • Upgrade to Jedis 3.7.1 #29065
  • Upgrade to JUnit Jupiter 5.8.2 #29066
  • Upgrade to Kotlin 1.6.10 #29067
  • Upgrade to Log4j2 2.17.0 #28984
  • Upgrade to Micrometer 1.8.1 #28971
  • Upgrade to MSSQL JDBC 9.4.1.jre8 #29068

... (truncated)

Commits
  • 4256344 Release v2.6.2
  • 78ea146 Merge branch '2.5.x' into 2.6.x
  • 61c978e Upgrade to Spring Integration 5.5.7
  • 369046c Upgrade to Spring Integration 5.5.7
  • c748774 Upgrade to Spring Session 2021.1.1
  • 878a65d Merge branch '2.5.x' into 2.6.x
  • 2e67645 Upgrade to Hazelcast 4.2.4
  • f362170 Upgrade to Hazelcast 4.1.8
  • a6350f2 Upgrade to Spring Session 2021.0.4
  • ed5ea95 Merge branch '2.5.x' into 2.6.x
  • 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 `spring.boot.version` from 2.6.1 to 2.6.2.

Updates `spring-boot-dependencies` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.1...v2.6.2)

Updates `spring-boot-starter-data-rest` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.1...v2.6.2)

Updates `spring-boot-starter-actuator` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.1...v2.6.2)

Updates `spring-boot-starter-web` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.1...v2.6.2)

Updates `spring-boot-starter-test` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.1...v2.6.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-data-rest
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  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
@sdibernardo sdibernardo merged commit a50c092 into development Dec 26, 2021
@dependabot dependabot bot deleted the dependabot/maven/development/spring.boot.version-2.6.2 branch December 26, 2021 08:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant