This repository was archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit 3db8853
authored
deps: update spring.version to v2.4.4 (#448)
[](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.4.3` -> `2.4.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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.4.3` -> `2.4.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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.4.3` -> `2.4.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>spring-projects/spring-boot</summary>
### [`v2.4.4`](https://togithub.com/spring-projects/spring-boot/releases/v2.4.4)
[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.4.3...v2.4.4)
#### 🪲 Bug Fixes
- JooqExceptionTranslator passes null exception to jOOQ when SQLException cannot be translated [#​25717](https://togithub.com/spring-projects/spring-boot/issues/25717)
- When multiple schema or data script locations are configured and no resources can be found at a location, you can't tell which location is faulty [#​25692](https://togithub.com/spring-projects/spring-boot/issues/25692)
- `@ConfigurationProperties` class's default values are not visible in the Errors instance passed to Validator.validate(Object target, Errors errors) [#​25614](https://togithub.com/spring-projects/spring-boot/issues/25614)
- EmbeddedDatabaseConnection#h2 should not specify a host name [#​25569](https://togithub.com/spring-projects/spring-boot/issues/25569)
- RSocket's EmbeddedServerAutoConfiguration does not back off if spring-web is absent [#​25555](https://togithub.com/spring-projects/spring-boot/issues/25555)
- Incorrect ConfigurationMetadataRepository when loaded from json files containing properties of the same group [#​25515](https://togithub.com/spring-projects/spring-boot/issues/25515)
- Layertools may extract entries outside of the destination path [#​25508](https://togithub.com/spring-projects/spring-boot/issues/25508)
- Default fork value for spring-boot:stop is not consistent [#​25483](https://togithub.com/spring-projects/spring-boot/issues/25483)
- Application fails to start when using Actuator and Jersey configured as a Filter [#​25449](https://togithub.com/spring-projects/spring-boot/issues/25449)
- In Spring Boot 2.4 `@EntityScan` does not support property substitution [#​25436](https://togithub.com/spring-projects/spring-boot/issues/25436)
- SpringApplication can replace existing default property source [#​25408](https://togithub.com/spring-projects/spring-boot/issues/25408)
- Bootstrapper's intitialize method should be named initialize [#​25400](https://togithub.com/spring-projects/spring-boot/pull/25400)
- Including spring-boot-devtools causes package-private getter on proxied class to return null [#​25367](https://togithub.com/spring-projects/spring-boot/issues/25367)
- Start up failure when creating an Aspect targeted at ServerHttpSecurity with devtools on the classpath. [#​19010](https://togithub.com/spring-projects/spring-boot/issues/19010)
#### 📔 Documentation
- Description of management.metrics.export.influx.db is wrong [#​25724](https://togithub.com/spring-projects/spring-boot/issues/25724)
- Correct javadoc for ON_PARAM to accurately describe its behavior [#​25603](https://togithub.com/spring-projects/spring-boot/issues/25603)
- Fix typos in README [#​25600](https://togithub.com/spring-projects/spring-boot/issues/25600)
- Document Java 16 support [#​25527](https://togithub.com/spring-projects/spring-boot/issues/25527)
- Improve documentation of Mockito test execution listeners [#​25513](https://togithub.com/spring-projects/spring-boot/issues/25513)
- Highlight link to Actuator API docs in the reference docs [#​25510](https://togithub.com/spring-projects/spring-boot/issues/25510)
- Fix property name in gradle plugin documentation [#​25454](https://togithub.com/spring-projects/spring-boot/pull/25454)
- Fix grammatical error in documentation [#​25411](https://togithub.com/spring-projects/spring-boot/pull/25411)
- Fix wording error in build-info goal description [#​25385](https://togithub.com/spring-projects/spring-boot/issues/25385)
- Polish HTTP client metrics documentation wording [#​25371](https://togithub.com/spring-projects/spring-boot/issues/25371)
- Document DataSource implementations supported by DataSourceBuilder [#​25333](https://togithub.com/spring-projects/spring-boot/issues/25333)
- Add note concerning application yml and properties file precedence [#​25300](https://togithub.com/spring-projects/spring-boot/pull/25300)
- Document how to import a Docker secret as a configtree [#​25095](https://togithub.com/spring-projects/spring-boot/issues/25095)
- Warn that multi-document property files cannot be loaded by using `@PropertySource` or `@TestPropertySource` [#​24945](https://togithub.com/spring-projects/spring-boot/issues/24945)
#### 🔨 Dependency Upgrades
- Upgrade to AppEngine SDK 1.9.87 [#​25623](https://togithub.com/spring-projects/spring-boot/issues/25623)
- Upgrade to Byte Buddy 1.10.22 [#​25624](https://togithub.com/spring-projects/spring-boot/issues/25624)
- Upgrade to Dropwizard Metrics 4.1.18 [#​25625](https://togithub.com/spring-projects/spring-boot/issues/25625)
- Upgrade to Ehcache3 3.9.2 [#​25626](https://togithub.com/spring-projects/spring-boot/issues/25626)
- Upgrade to Hibernate 5.4.29.Final [#​25627](https://togithub.com/spring-projects/spring-boot/issues/25627)
- Upgrade to Infinispan 11.0.10.Final [#​25628](https://togithub.com/spring-projects/spring-boot/issues/25628)
- Upgrade to Jakarta Mail 1.6.6 [#​25629](https://togithub.com/spring-projects/spring-boot/issues/25629)
- Upgrade to Jetty 9.4.38.v20210224 [#​25461](https://togithub.com/spring-projects/spring-boot/issues/25461)
- Upgrade to Jetty Reactive HTTPClient 1.1.6 [#​25630](https://togithub.com/spring-projects/spring-boot/issues/25630)
- Upgrade to jOOQ 3.14.8 [#​25631](https://togithub.com/spring-projects/spring-boot/issues/25631)
- Upgrade to Kotlin 1.4.31 [#​25632](https://togithub.com/spring-projects/spring-boot/issues/25632)
- Upgrade to Kotlin Coroutines 1.4.3 [#​25719](https://togithub.com/spring-projects/spring-boot/issues/25719)
- Upgrade to Lettuce 6.0.3.RELEASE [#​25720](https://togithub.com/spring-projects/spring-boot/issues/25720)
- Upgrade to Maven Invoker Plugin 3.2.2 [#​25633](https://togithub.com/spring-projects/spring-boot/issues/25633)
- Upgrade to Micrometer 1.6.5 [#​25543](https://togithub.com/spring-projects/spring-boot/issues/25543)
- Upgrade to MongoDB 4.1.2 [#​25634](https://togithub.com/spring-projects/spring-boot/issues/25634)
- Upgrade to Netty 4.1.60.Final [#​25635](https://togithub.com/spring-projects/spring-boot/issues/25635)
- Upgrade to OAuth2 OIDC SDK 8.36.1 [#​25636](https://togithub.com/spring-projects/spring-boot/issues/25636)
- Upgrade to Postgresql 42.2.19 [#​25637](https://togithub.com/spring-projects/spring-boot/issues/25637)
- Upgrade to R2DBC Bom Arabba-SR9 [#​25638](https://togithub.com/spring-projects/spring-boot/issues/25638)
- Upgrade to Reactor 2020.0.5 [#​25539](https://togithub.com/spring-projects/spring-boot/issues/25539)
- Upgrade to Spring AMQP 2.3.6 [#​25647](https://togithub.com/spring-projects/spring-boot/issues/25647)
- Upgrade to Spring Batch 4.3.2 [#​25579](https://togithub.com/spring-projects/spring-boot/issues/25579)
- Upgrade to Spring Data 2020.0.6 [#​25547](https://togithub.com/spring-projects/spring-boot/issues/25547)
- Upgrade to Spring Framework 5.3.5 [#​25541](https://togithub.com/spring-projects/spring-boot/issues/25541)
- Upgrade to Spring HATEOAS 1.2.5 [#​25545](https://togithub.com/spring-projects/spring-boot/issues/25545)
- Upgrade to Spring Integration 5.4.5 [#​25646](https://togithub.com/spring-projects/spring-boot/issues/25646)
- Upgrade to Spring Kafka 2.6.7 [#​25578](https://togithub.com/spring-projects/spring-boot/issues/25578)
- Upgrade to Sun Mail 1.6.6 [#​25639](https://togithub.com/spring-projects/spring-boot/issues/25639)
- Upgrade to Tomcat 9.0.44 [#​25640](https://togithub.com/spring-projects/spring-boot/issues/25640)
- Upgrade to Undertow 2.2.5.Final [#​25641](https://togithub.com/spring-projects/spring-boot/issues/25641)
#### ❤️ Contributors
We'd like to thank all the contributors who worked on this release!
- [@​dreis2211](https://togithub.com/dreis2211)
- [@​shakuzen](https://togithub.com/shakuzen)
- [@​wolfs](https://togithub.com/wolfs)
- [@​jxblum](https://togithub.com/jxblum)
- [@​cprayer](https://togithub.com/cprayer)
- [@​maruoovv](https://togithub.com/maruoovv)
- [@​cdalexndr](https://togithub.com/cdalexndr)
- [@​robert-smith-911](https://togithub.com/robert-smith-911)
- [@​izeye](https://togithub.com/izeye)
- [@​bal360](https://togithub.com/bal360)
- [@​brenuart](https://togithub.com/brenuart)
- [@​mustafau](https://togithub.com/mustafau)
- [@​trungPa](https://togithub.com/trungPa)
- [@​jnizet](https://togithub.com/jnizet)
- [@​uc4w6c](https://togithub.com/uc4w6c)
</details>
---
### Configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->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).1 parent d4bbb0a commit 3db8853Copy full SHA for 3db8853
1 file changed
+1
-1
lines changedsamples/spring-framework/pom.xml
Copy file name to clipboardExpand all lines: samples/spring-framework/pom.xml+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
0 commit comments