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

Commit

Permalink
deps: update dependency org.springframework.boot:spring-boot-starter-…
Browse files Browse the repository at this point in the history
…web to v2.6.2 (#669)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot-starter-web](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.6.1` -> `2.6.2` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.2/compatibility-slim/2.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.2/confidence-slim/2.6.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot</summary>

### [`v2.6.2`](https://togithub.com/spring-projects/spring-boot/releases/v2.6.2)

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

#### 📔 Documentation

-   2.5.x snapshot documentation links to source code on the main branch [#&#8203;29141](https://togithub.com/spring-projects/spring-boot/issues/29141)
-   Document that using DevTools with a remote application is not supported with WebFlux [#&#8203;29138](https://togithub.com/spring-projects/spring-boot/issues/29138)
-   Polish Creating Your Own Auto-configuration section in Core Features reference doc [#&#8203;29133](https://togithub.com/spring-projects/spring-boot/issues/29133)
-   Polish CacheManager customization section in reference doc [#&#8203;29098](https://togithub.com/spring-projects/spring-boot/issues/29098)
-   Polish README.adoc [#&#8203;28948](https://togithub.com/spring-projects/spring-boot/issues/28948)
-   Fix documented default value for property `spring.mvc.pathmatch.matching-strategy` [#&#8203;28936](https://togithub.com/spring-projects/spring-boot/issues/28936)
-   Add consistent quotes in YAML samples of reference doc [#&#8203;28911](https://togithub.com/spring-projects/spring-boot/pull/28911)

#### 🔨 Dependency Upgrades

-   Upgrade to Logback 1.2.9 [#&#8203;29012](https://togithub.com/spring-projects/spring-boot/issues/29012)
-   Upgrade to AppEngine SDK 1.9.93 [#&#8203;29054](https://togithub.com/spring-projects/spring-boot/issues/29054)
-   Upgrade to Caffeine 2.9.3 [#&#8203;29055](https://togithub.com/spring-projects/spring-boot/issues/29055)
-   Upgrade to Couchbase Client 3.2.4 [#&#8203;29056](https://togithub.com/spring-projects/spring-boot/issues/29056)
-   Upgrade to DB2 JDBC 11.5.7.0 [#&#8203;29124](https://togithub.com/spring-projects/spring-boot/issues/29124)
-   Upgrade to Dropwizard Metrics 4.2.7 [#&#8203;29125](https://togithub.com/spring-projects/spring-boot/issues/29125)
-   Upgrade to Ehcache3 3.9.9 [#&#8203;29126](https://togithub.com/spring-projects/spring-boot/issues/29126)
-   Upgrade to Flyway 8.0.5 [#&#8203;29059](https://togithub.com/spring-projects/spring-boot/issues/29059)
-   Upgrade to Hazelcast 4.2.4 [#&#8203;29146](https://togithub.com/spring-projects/spring-boot/issues/29146)
-   Upgrade to Hibernate 5.6.3.Final [#&#8203;29127](https://togithub.com/spring-projects/spring-boot/issues/29127)
-   Upgrade to HttpAsyncClient 4.1.5 [#&#8203;29062](https://togithub.com/spring-projects/spring-boot/issues/29062)
-   Upgrade to HttpCore 4.4.15 [#&#8203;29063](https://togithub.com/spring-projects/spring-boot/issues/29063)
-   Upgrade to Infinispan 12.1.10.Final [#&#8203;29128](https://togithub.com/spring-projects/spring-boot/issues/29128)
-   Upgrade to Jackson Bom 2.13.1 [#&#8203;29129](https://togithub.com/spring-projects/spring-boot/issues/29129)
-   Upgrade to JDOM2 2.0.6.1 [#&#8203;29064](https://togithub.com/spring-projects/spring-boot/issues/29064)
-   Upgrade to Jedis 3.7.1 [#&#8203;29065](https://togithub.com/spring-projects/spring-boot/issues/29065)
-   Upgrade to JUnit Jupiter 5.8.2 [#&#8203;29066](https://togithub.com/spring-projects/spring-boot/issues/29066)
-   Upgrade to Kotlin 1.6.10 [#&#8203;29067](https://togithub.com/spring-projects/spring-boot/issues/29067)
-   Upgrade to Log4j2 2.17.0 [#&#8203;28984](https://togithub.com/spring-projects/spring-boot/issues/28984)
-   Upgrade to Micrometer 1.8.1 [#&#8203;28971](https://togithub.com/spring-projects/spring-boot/issues/28971)
-   Upgrade to MSSQL JDBC 9.4.1.jre8 [#&#8203;29068](https://togithub.com/spring-projects/spring-boot/issues/29068)
-   Upgrade to Netty 4.1.72.Final [#&#8203;29005](https://togithub.com/spring-projects/spring-boot/issues/29005)
-   Upgrade to Reactor 2020.0.14  [#&#8203;28969](https://togithub.com/spring-projects/spring-boot/issues/28969)
-   Upgrade to Spring AMQP 2.4.1 [#&#8203;28995](https://togithub.com/spring-projects/spring-boot/issues/28995)
-   Upgrade to Spring Framework 5.3.14 [#&#8203;28970](https://togithub.com/spring-projects/spring-boot/issues/28970)
-   Upgrade to Spring Integration 5.5.7 [#&#8203;28975](https://togithub.com/spring-projects/spring-boot/issues/28975)
-   Upgrade to Spring Kafka 2.8.1 [#&#8203;29017](https://togithub.com/spring-projects/spring-boot/issues/29017)
-   Upgrade to Spring LDAP 2.3.5 [#&#8203;28972](https://togithub.com/spring-projects/spring-boot/issues/28972)
-   Upgrade to Spring Security 5.6.1 [#&#8203;28973](https://togithub.com/spring-projects/spring-boot/issues/28973)
-   Upgrade to Spring Session 2021.1.1 [#&#8203;28974](https://togithub.com/spring-projects/spring-boot/issues/28974)
-   Upgrade to Spring WS 3.1.2 [#&#8203;29069](https://togithub.com/spring-projects/spring-boot/issues/29069)
-   Upgrade to Thymeleaf 3.0.14.RELEASE [#&#8203;29070](https://togithub.com/spring-projects/spring-boot/issues/29070)
-   Upgrade to Tomcat 9.0.56 [#&#8203;29071](https://togithub.com/spring-projects/spring-boot/issues/29071)
-   Upgrade to Undertow 2.2.14.Final [#&#8203;29072](https://togithub.com/spring-projects/spring-boot/issues/29072)
-   Upgrade to XmlUnit2 2.8.4 [#&#8203;29131](https://togithub.com/spring-projects/spring-boot/issues/29131)

#### ❤️ Contributors

We'd like to thank all the contributors who worked on this release!

-   [@&#8203;izeye](https://togithub.com/izeye)
-   [@&#8203;asa1997](https://togithub.com/asa1997)
-   [@&#8203;vashisthabhinav](https://togithub.com/vashisthabhinav)
-   [@&#8203;An1s9n](https://togithub.com/An1s9n)
-   [@&#8203;copbint](https://togithub.com/copbint)
-   [@&#8203;viktorardelean](https://togithub.com/viktorardelean)
-   [@&#8203;vpavic](https://togithub.com/vpavic)
-   [@&#8203;terminux](https://togithub.com/terminux)
-   [@&#8203;Artur-](https://togithub.com/Artur-)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
  • Loading branch information
renovate-bot committed Jan 19, 2022
1 parent 426c79f commit 77f8831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/cloud-client/src/pom.xml
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 77f8831

Please sign in to comment.