Skip to content

Commit e52efbd

Browse files
authored
deps: update spring.version to v2.7.1 (#925)
[![Mend 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://github.com/spring-projects/spring-boot)) | `2.7.0` -> `2.7.1` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.7.1/compatibility-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-maven-plugin/2.7.1/confidence-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-starter-thymeleaf](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | `2.7.0` -> `2.7.1` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.7.1/compatibility-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.7.1/confidence-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-starter-web](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | `2.7.0` -> `2.7.1` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.7.1/compatibility-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.7.1/confidence-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spring-projects/spring-boot</summary> ### [`v2.7.1`](https://github.com/spring-projects/spring-boot/releases/tag/v2.7.1) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v2.7.0...v2.7.1) #### 🐞 Bug Fixes - Values in a spring.data.cassandra.config file can't override some defaults defined in CassandraProperties [#&#8203;31503](https://github.com/spring-projects/spring-boot/issues/31503) - `@RestControllerAdvice` `@ExceptionHandler` Inconsistent behavior with `@RestControllerEndpoint` [#&#8203;31501](https://github.com/spring-projects/spring-boot/issues/31501) - Malformed json causes BasicJsonParser to throw a NullPointerException [#&#8203;31499](https://github.com/spring-projects/spring-boot/issues/31499) - Metadata generated by the configuration properties annotation processor can miss inherited properties from nested classes [#&#8203;31484](https://github.com/spring-projects/spring-boot/issues/31484) - JarFile implementation calls close early which breaks verification of signed unpacked nested jars on Oracle JDK [#&#8203;31395](https://github.com/spring-projects/spring-boot/issues/31395) - Health indicators that take a long time to respond are difficult to diagnose [#&#8203;31384](https://github.com/spring-projects/spring-boot/issues/31384) - Custom Converter annotated with `@ConfigurationPropertiesBinding` does not get selected if targetType has a static factory method different return type [#&#8203;31341](https://github.com/spring-projects/spring-boot/issues/31341) - Tomcat server.max-http-header-size property is ignored when using HTTP/2 [#&#8203;31329](https://github.com/spring-projects/spring-boot/issues/31329) - OAuth2 Resource Server Auto-Configuration can only configure a single JWS algorithm [#&#8203;31321](https://github.com/spring-projects/spring-boot/issues/31321) - Maven shade plugin configuration in spring-boot-starter-parent does not append META-INF/spring/\*.imports files [#&#8203;31316](https://github.com/spring-projects/spring-boot/issues/31316) - GraphQL RouterFunctions are unordered which prevents other functions from being ordered after them [#&#8203;31314](https://github.com/spring-projects/spring-boot/issues/31314) - spring-boot-dependencies manages spring-ldap-ldif-batch which no longer exists [#&#8203;31254](https://github.com/spring-projects/spring-boot/issues/31254) - Dependency task can fail due to BootJar and BootWar afterResolve hooks [#&#8203;31213](https://github.com/spring-projects/spring-boot/issues/31213) - MimeMappings does not include application/wasm [#&#8203;31188](https://github.com/spring-projects/spring-boot/issues/31188) - spring-configuration-metadata.json is missing for additional-spring-configuration-metadata.json after switching from `@Configuration` to `@AutoConfiguration` [#&#8203;31186](https://github.com/spring-projects/spring-boot/issues/31186) - Binder(ConfigurationPropertySource... sources) does not assert that sources contains only non-null elements [#&#8203;31183](https://github.com/spring-projects/spring-boot/issues/31183) - WebMvcMetricsFilter stopped working since 2.7.0 [#&#8203;31150](https://github.com/spring-projects/spring-boot/issues/31150) - Dependency management for mimepull is redundant and the managed version is incompatible with Java 8 [#&#8203;31145](https://github.com/spring-projects/spring-boot/pull/31145) - layers.xsd is out of sync with the documentation and implementation for including and excluding module dependencies [#&#8203;31128](https://github.com/spring-projects/spring-boot/issues/31128) #### 📔 Documentation - Make SpringApplication Kotlin samples idiomatic [#&#8203;31463](https://github.com/spring-projects/spring-boot/pull/31463) - Harmonize Kotlin example [#&#8203;31458](https://github.com/spring-projects/spring-boot/pull/31458) - Remove duplicate content from "The Spring WebFlux Framework" section [#&#8203;31381](https://github.com/spring-projects/spring-boot/issues/31381) - Document that property placeholders should use the canonical property name form [#&#8203;31369](https://github.com/spring-projects/spring-boot/issues/31369) - Fix typos in the reference documentation [#&#8203;31366](https://github.com/spring-projects/spring-boot/issues/31366) - Enable Links for the Javadoc of the Gradle Plugin [#&#8203;31362](https://github.com/spring-projects/spring-boot/issues/31362) - Remove "earlier in this chapter" from places where content is now elsewhere in the documentation [#&#8203;31360](https://github.com/spring-projects/spring-boot/issues/31360) - Restore custom favicon documentation [#&#8203;31358](https://github.com/spring-projects/spring-boot/issues/31358) - Document that when using Lombok it must be configured to run before spring-boot-configuration-processor [#&#8203;31356](https://github.com/spring-projects/spring-boot/issues/31356) - Use Lambda-based API in Spring Security examples [#&#8203;31354](https://github.com/spring-projects/spring-boot/issues/31354) - Fix typo in name of imports file in javadoc of ImportCandidates.from [#&#8203;31277](https://github.com/spring-projects/spring-boot/pull/31277) - Typos in documentation ("spring-factories" instead of "spring.factories") [#&#8203;31206](https://github.com/spring-projects/spring-boot/issues/31206) - Fix Custom Layers Configuration section title in Maven plugin docs [#&#8203;31180](https://github.com/spring-projects/spring-boot/issues/31180) - org.springframework.boot.actuate.autoconfigure.metrics.graphql has no package info [#&#8203;31140](https://github.com/spring-projects/spring-boot/pull/31140) - Update Dynatrace Micrometer registry documentation [#&#8203;31132](https://github.com/spring-projects/spring-boot/pull/31132) #### 🔨 Dependency Upgrades - Upgrade to AppEngine SDK 1.9.97 [#&#8203;31421](https://github.com/spring-projects/spring-boot/issues/31421) - Upgrade to Byte Buddy 1.12.11 [#&#8203;31508](https://github.com/spring-projects/spring-boot/issues/31508) - Upgrade to Couchbase Client 3.3.1 [#&#8203;31422](https://github.com/spring-projects/spring-boot/issues/31422) - Upgrade to Dropwizard Metrics 4.2.10 [#&#8203;31488](https://github.com/spring-projects/spring-boot/issues/31488) - Upgrade to Elasticsearch 7.17.4 [#&#8203;31423](https://github.com/spring-projects/spring-boot/issues/31423) - Upgrade to Embedded Mongo 3.4.6 [#&#8203;31424](https://github.com/spring-projects/spring-boot/issues/31424) - Upgrade to Flyway 8.5.13 [#&#8203;31425](https://github.com/spring-projects/spring-boot/issues/31425) - Upgrade to Groovy 3.0.11 [#&#8203;31426](https://github.com/spring-projects/spring-boot/issues/31426) - Upgrade to H2 2.1.214 [#&#8203;31427](https://github.com/spring-projects/spring-boot/issues/31427) - Upgrade to Hazelcast 5.1.2 [#&#8203;31428](https://github.com/spring-projects/spring-boot/issues/31428) - Upgrade to Jetty 9.4.48.v20220622 [#&#8203;31509](https://github.com/spring-projects/spring-boot/issues/31509) - Upgrade to jOOQ 3.14.16 [#&#8203;31429](https://github.com/spring-projects/spring-boot/issues/31429) - Upgrade to Kotlin Coroutines 1.6.3 [#&#8203;31490](https://github.com/spring-projects/spring-boot/issues/31490) - Upgrade to MariaDB 3.0.5 [#&#8203;31431](https://github.com/spring-projects/spring-boot/issues/31431) - Upgrade to Micrometer 1.9.1 [#&#8203;31372](https://github.com/spring-projects/spring-boot/issues/31372) - Upgrade to MongoDB 4.6.1 [#&#8203;31432](https://github.com/spring-projects/spring-boot/issues/31432) - Upgrade to Neo4j Java Driver 4.4.6 [#&#8203;31433](https://github.com/spring-projects/spring-boot/issues/31433) - Upgrade to Netty 4.1.78.Final [#&#8203;31434](https://github.com/spring-projects/spring-boot/issues/31434) - Upgrade to Postgresql 42.3.6 [#&#8203;31435](https://github.com/spring-projects/spring-boot/issues/31435) - Upgrade to Reactive Streams 1.0.4 [#&#8203;31436](https://github.com/spring-projects/spring-boot/issues/31436) - Upgrade to Reactor 2020.0.20 [#&#8203;31371](https://github.com/spring-projects/spring-boot/issues/31371) - Upgrade to Solr 8.11.2 [#&#8203;31491](https://github.com/spring-projects/spring-boot/issues/31491) - Upgrade to Spring AMQP 2.4.6 [#&#8203;31376](https://github.com/spring-projects/spring-boot/issues/31376) - Upgrade to Spring Data 2021.2.1 [#&#8203;31374](https://github.com/spring-projects/spring-boot/issues/31374) - Upgrade to Spring Framework 5.3.21 [#&#8203;31319](https://github.com/spring-projects/spring-boot/issues/31319) - Upgrade to Spring HATEOAS 1.5.1 [#&#8203;31465](https://github.com/spring-projects/spring-boot/issues/31465) - Upgrade to Spring Integration 5.5.13 [#&#8203;31483](https://github.com/spring-projects/spring-boot/issues/31483) - Upgrade to Spring Kafka 2.8.7 [#&#8203;31377](https://github.com/spring-projects/spring-boot/issues/31377) - Upgrade to Spring LDAP 2.4.1 [#&#8203;31373](https://github.com/spring-projects/spring-boot/issues/31373) - Upgrade to Spring Security 5.7.2 [#&#8203;31375](https://github.com/spring-projects/spring-boot/issues/31375) - Upgrade to Tomcat 9.0.64 [#&#8203;31437](https://github.com/spring-projects/spring-boot/issues/31437) - Upgrade to Undertow 2.2.18.Final [#&#8203;31438](https://github.com/spring-projects/spring-boot/issues/31438) #### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@&#8203;sdeleuze](https://github.com/sdeleuze) - [@&#8203;1993heqiang](https://github.com/1993heqiang) - [@&#8203;hpoettker](https://github.com/hpoettker) - [@&#8203;naveensrinivasan](https://github.com/naveensrinivasan) - [@&#8203;vpavic](https://github.com/vpavic) - [@&#8203;izeye](https://github.com/izeye) - [@&#8203;ningenMe](https://github.com/ningenMe) - [@&#8203;larsgrefer](https://github.com/larsgrefer) - [@&#8203;anthonyvdotbe](https://github.com/anthonyvdotbe) - [@&#8203;pirgeo](https://github.com/pirgeo) - [@&#8203;jprinet](https://github.com/jprinet) - [@&#8203;dalbani](https://github.com/dalbani) - [@&#8203;ittays](https://github.com/ittays) - [@&#8203;eddumelendez](https://github.com/eddumelendez) - [@&#8203;youribonnaffe](https://github.com/youribonnaffe) - [@&#8203;matei-cernaianu](https://github.com/matei-cernaianu) - [@&#8203;tudormarc](https://github.com/tudormarc) - [@&#8203;abel533](https://github.com/abel533) - [@&#8203;terminux](https://github.com/terminux) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-vision).
1 parent 7aaf995 commit e52efbd

File tree

1 file changed

+1
-1
lines changed
  • java-vision/samples/spring-framework

1 file changed

+1
-1
lines changed

java-vision/samples/spring-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<properties>
2020
<maven.compiler.target>1.8</maven.compiler.target>
2121
<maven.compiler.source>1.8</maven.compiler.source>
22-
<spring.version>2.7.0</spring.version>
22+
<spring.version>2.7.1</spring.version>
2323
</properties>
2424

2525
<!--

0 commit comments

Comments
 (0)