Skip to content

Commit

Permalink
Merged PR 41771: Update dependency org.springframework.boot:spring-bo…
Browse files Browse the repository at this point in the history
…ot-starter-parent to v3.2.3

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | patch | `3.2.2` -> `3.2.3` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.

---

### Release Notes

<details>
<summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary>

### [`v3.2.3`](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.3)

[Compare Source](spring-projects/spring-boot@v3.2.2...v3.2.3)

#### ⚠️ Noteworthy

-   This release upgrades to Hibernate 6.4.4.Final. While it contains a number of valuable bug fixes, it does not work correctly in a native image. It you are using GraalVM, Hibernate should be temporarily downgraded to 6.4.2.Final using the `hibernate.version` property.

#### 🐞 Bug Fixes

-   Nested jar URLs can not be resolved if the path contains spaces [#&#8203;39675](spring-projects/spring-boot#39675)
-   Image building runs for a long time when a long image name is used and the tag contains an illegal character [#&#8203;39638](spring-projects/spring-boot#39638)
-   Banner printing doesn't respect set charset [#&#8203;39621](spring-projects/spring-boot#39621)
-   "micrometer.observations.\*" configuration properties should be "management.observations.\*" [#&#8203;39600](spring-projects/spring-boot#39600)
-   Metadata reading during configuration class parsing uses the default resource loader rather than the application's resource loader [#&#8203;39598](spring-projects/spring-boot#39598)
-   Several gson properties, including spring.gson.disable-html-escaping, do not behave correctly when set to false [#&#8203;39524](spring-projects/spring-boot#39524)
-   Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter [#&#8203;39515](spring-projects/spring-boot#39515)
-   Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5 [#&#8203;39513](spring-projects/spring-boot#39513)
-   WebFlux auto-configuration should only configure the blocking executor when virtual threads are enabled [#&#8203;39469](spring-projects/spring-boot#39469)
-   TestcontainersPropertySource assertion has typo [#&#8203;39449](spring-projects/spring-boot#39449)
-   Webflux actuator endpoints respond with 500 when a parameter is missing [#&#8203;39444](spring-projects/spring-boot#39444)
-   NoSuchMethod error when using the non-shaded Pu...
  • Loading branch information
NLS RenovateBot committed Feb 23, 2024
1 parent 1c69fc8 commit 7b78d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit 7b78d0d

Please sign in to comment.