From eb9ff282d21035374ad91a8f5a54e14cade6f3f9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 24 Sep 2021 22:40:31 +0200 Subject: [PATCH] deps: update spring.version to v2.5.5 (#703) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.5.4` -> `2.5.5` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.5.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.5.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.5.5/compatibility-slim/2.5.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.5.5/confidence-slim/2.5.4)](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.5.4` -> `2.5.5` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.5.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.5.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.5.5/compatibility-slim/2.5.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.5.5/confidence-slim/2.5.4)](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.5.4` -> `2.5.5` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.5/compatibility-slim/2.5.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.5/confidence-slim/2.5.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spring-projects/spring-boot ### [`v2.5.5`](https://togithub.com/spring-projects/spring-boot/releases/v2.5.5) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.5.4...v2.5.5) #### :lady_beetle: Bug Fixes - Actuator endpoints do not sanitize SPRING_APPLICATION_JSON by default [#​28081](https://togithub.com/spring-projects/spring-boot/issues/28081) - Startup failure due to non-empty schema when using Flyway and Spring Integration's DataSource initialization [#​28079](https://togithub.com/spring-projects/spring-boot/issues/28079) - Web MVC metrics may have the wrong status when a filter throws an exception other than NestedServletException [#​28069](https://togithub.com/spring-projects/spring-boot/issues/28069) - Embedded Undertow throws MalformedURLException when archive filename contains characters that are reserved in a URL [#​28032](https://togithub.com/spring-projects/spring-boot/issues/28032) - Concurrent image builds cause error deleting builder image [#​27993](https://togithub.com/spring-projects/spring-boot/issues/27993) - War deployment in standalone Tomcat causes memory leak (Metaspace) [#​27987](https://togithub.com/spring-projects/spring-boot/issues/27987) - IndexOutOfBoundsException when running a Zip64 jar file larger than 4,294,967,295 bytes [#​27900](https://togithub.com/spring-projects/spring-boot/issues/27900) - Azure App Service is not correctly detected on Windows [#​27819](https://togithub.com/spring-projects/spring-boot/pull/27819) - `@MockBean` combined with `@Repeat` results in "the field cannot have an existing value" error [#​27798](https://togithub.com/spring-projects/spring-boot/issues/27798) - NullPointerException in RoutingDataSourceHealthContributor when a routing data source has a target with a null routing key [#​27698](https://togithub.com/spring-projects/spring-boot/pull/27698) #### :notebook_with_decorative_cover: Documentation - Document that devtools restart doesn't work when using AspectJ weaving [#​28083](https://togithub.com/spring-projects/spring-boot/issues/28083) - Default value for spring.data.elasticsearch.client.reactive.endpoints is not documented [#​28072](https://togithub.com/spring-projects/spring-boot/issues/28072) - Clarify Selenium auto-configuration requires HtmlUnit [#​27943](https://togithub.com/spring-projects/spring-boot/issues/27943) - Document that spring-boot-starter-parent configures Java compilation to use -parameters [#​27885](https://togithub.com/spring-projects/spring-boot/issues/27885) - Fix inconsistent devtools doc [#​27876](https://togithub.com/spring-projects/spring-boot/issues/27876) - Fix typo in javadoc [#​27873](https://togithub.com/spring-projects/spring-boot/issues/27873) - Document how to parameterize output directory for REST Docs with WebTestClient [#​27803](https://togithub.com/spring-projects/spring-boot/issues/27803) - Document support for Java 17 [#​26767](https://togithub.com/spring-projects/spring-boot/issues/26767) #### :hammer: Dependency Upgrades - Upgrade to Ehcache3 3.9.6 [#​27974](https://togithub.com/spring-projects/spring-boot/issues/27974) - Upgrade to Glassfish EL 3.0.4 [#​27975](https://togithub.com/spring-projects/spring-boot/issues/27975) - Upgrade to Groovy 3.0.9 [#​27976](https://togithub.com/spring-projects/spring-boot/issues/27976) - Upgrade to Gson 2.8.8 [#​27977](https://togithub.com/spring-projects/spring-boot/issues/27977) - Upgrade to Jackson Bom 2.12.5 [#​27978](https://togithub.com/spring-projects/spring-boot/issues/27978) - Upgrade to Jetty EL 9.0.52 [#​27979](https://togithub.com/spring-projects/spring-boot/issues/27979) - Upgrade to jOOQ 3.14.15 [#​28088](https://togithub.com/spring-projects/spring-boot/issues/28088) - Upgrade to Kotlin 1.5.31 [#​28089](https://togithub.com/spring-projects/spring-boot/issues/28089) - Upgrade to Kotlin Coroutines 1.5.2 [#​27982](https://togithub.com/spring-projects/spring-boot/issues/27982) - Upgrade to Lettuce 6.1.5.RELEASE [#​28031](https://togithub.com/spring-projects/spring-boot/issues/28031) - Upgrade to Logback 1.2.6 [#​27983](https://togithub.com/spring-projects/spring-boot/issues/27983) - Upgrade to Maven War Plugin 3.3.2 [#​27984](https://togithub.com/spring-projects/spring-boot/issues/27984) - Upgrade to Micrometer 1.7.4 [#​27916](https://togithub.com/spring-projects/spring-boot/issues/27916) - Upgrade to Netty 4.1.68.Final [#​27985](https://togithub.com/spring-projects/spring-boot/issues/27985) - Upgrade to Netty tcNative 2.0.43.Final [#​27986](https://togithub.com/spring-projects/spring-boot/issues/27986) - Upgrade to Reactor 2020.0.11 [#​27914](https://togithub.com/spring-projects/spring-boot/issues/27914) - Upgrade to SendGrid 4.7.5 [#​28109](https://togithub.com/spring-projects/spring-boot/issues/28109) - Upgrade to Spring Data 2021.0.5 [#​27917](https://togithub.com/spring-projects/spring-boot/issues/27917) - Upgrade to Spring Framework 5.3.10 [#​27915](https://togithub.com/spring-projects/spring-boot/issues/27915) - Upgrade to Spring HATEOAS 1.3.4 [#​27970](https://togithub.com/spring-projects/spring-boot/issues/27970) - Upgrade to Spring Integration 5.5.4 [#​27949](https://togithub.com/spring-projects/spring-boot/issues/27949) - Upgrade to Spring Kafka 2.7.7 [#​27918](https://togithub.com/spring-projects/spring-boot/issues/27918) - Upgrade to Tomcat 9.0.53 [#​27963](https://togithub.com/spring-projects/spring-boot/issues/27963) #### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@​dreis2211](https://togithub.com/dreis2211) - [@​quaff](https://togithub.com/quaff) - [@​thegeekyasian](https://togithub.com/thegeekyasian) - [@​jdubois](https://togithub.com/jdubois) - [@​brneto](https://togithub.com/brneto) - [@​hpoettker](https://togithub.com/hpoettker) - [@​polarbear567](https://togithub.com/polarbear567) - [@​cdalexndr](https://togithub.com/cdalexndr)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box. --- 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). --- samples/spring-framework/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/spring-framework/pom.xml b/samples/spring-framework/pom.xml index b8e62c371..a07be5db1 100644 --- a/samples/spring-framework/pom.xml +++ b/samples/spring-framework/pom.xml @@ -19,7 +19,7 @@ limitations under the License. 1.8 1.8 - 2.5.4 + 2.5.5