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

Commit 5ae8800

Browse files
authored
deps: update spring.version to v2.6.6 (#865)
[![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-maven-plugin](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.6.5` -> `2.6.6` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.6.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.6.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.6.6/compatibility-slim/2.6.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.6.6/confidence-slim/2.6.5)](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-starter-thymeleaf](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.6.5` -> `2.6.6` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.6/compatibility-slim/2.6.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.6/confidence-slim/2.6.5)](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-starter-web](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.6.5` -> `2.6.6` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.6/compatibility-slim/2.6.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.6/confidence-slim/2.6.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spring-projects/spring-boot</summary> ### [`v2.6.6`](https://togithub.com/spring-projects/spring-boot/releases/v2.6.6) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.6.5...v2.6.6) ##### 🐞 Bug Fixes - MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is not on the classpath [#&#8203;30475](https://togithub.com/spring-projects/spring-boot/issues/30475) ##### 📔 Documentation - Javadoc of org.springframework.boot.gradle.plugin.ResolveMainClassName.setClasspath(Object) is inaccurate [#&#8203;30469](https://togithub.com/spring-projects/spring-boot/issues/30469) - Document that `@DefaultValue` can be used on a record component [#&#8203;30465](https://togithub.com/spring-projects/spring-boot/issues/30465) - Remove redundant Javadoc [#&#8203;30446](https://togithub.com/spring-projects/spring-boot/pull/30446) ##### 🔨 Dependency Upgrades - Upgrade to Jackson Bom 2.13.2.20220328 [#&#8203;30478](https://togithub.com/spring-projects/spring-boot/issues/30478) - Upgrade to Spring Framework 5.3.18 [#&#8203;30492](https://togithub.com/spring-projects/spring-boot/issues/30492) ##### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@&#8203;quaff](https://togithub.com/quaff) - [@&#8203;vikeychen](https://togithub.com/vikeychen) - [@&#8203;eddumelendez](https://togithub.com/eddumelendez) - [@&#8203;candrews](https://togithub.com/candrews) </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 these updates 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-vision).
1 parent 2719552 commit 5ae8800

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)