Skip to content

Commit 0847d77

Browse files
author
NLS RenovateBot
committed
Merged PR 38462: Update all non-major dependencies
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.maven.plugins:maven-surefire-plugin](https://maven.apache.org/surefire/) | build | patch | `3.2.2` -> `3.2.5` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/) | build | patch | `3.2.2` -> `3.2.5` | | [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.0` -> `3.2.1` | --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary> ### [`v3.2.1`](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.1) [Compare Source](spring-projects/spring-boot@v3.2.0...v3.2.1) #### 🐞 Bug Fixes - HibernateJpaAutoConfiguration should be applied before DataSourceTransactionManagerAutoConfiguration [#&#8203;38880](spring-projects/spring-boot#38880) - META-INF entries are duplicated under BOOT-INF/classes causing "Conflicting persistence unit definitions" error [#&#8203;38862](spring-projects/spring-boot#38862) - logging.include-application-name has no effect when using log4j2 [#&#8203;38847](spring-projects/spring-boot#38847) - Pulsar authentication param properties cause IllegalStateException with Pulsar Client 3.1.0 [#&#8203;38839](spring-projects/spring-boot#38839) - Child context created with SpringApplicationBuilder runs parents runners [#&#8203;38837](spring-projects/spring-boot#38837) - getSigners() info is lost for signed jars when using the new loader implementation with requiresUnpack [#&#8203;38833](spring-projects/spring-boot#38833) - TestContainers parallel initialization doesn't work properly [#&#8203;38831](spring-projects/spring-boot#38831) - Zip file closed exceptions can be thrown due to StaticResourceJars closing jars from cached connections [#&#8203;38770](spring-projects/spring-boot#38770) - Multi-byte filenames in zip files can cause an endless loop in ZipString.hash [#&#8203;38751](spring-projects/spring-boot#38751) - Gradle task "bootJar" fails with "Failed to get permissions" when using Gradle 8.6-milestone-1 [#&#8203;38741](spring-projects/spring-boot#38741) - Custom binding converters are ignored when working with collection types [#&#8203;38734](spring-projects/spring-boot#38734) - WebFlux and resource server auto-configuration may fail due to null authentication manager [#&#8203;38713](spring-projects/spring-boot#38713) - It is unclear that Docker Compose services have not been started as one or more is already run...
2 parents 80cc1b7 + 37be87f commit 0847d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.2.0</version>
10+
<version>3.2.1</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -36,8 +36,8 @@
3636
<geotools.version>30.1</geotools.version>
3737
<jts2geojson.version>0.18.1</jts2geojson.version>
3838
<commons-io.version>2.15.1</commons-io.version>
39-
<maven-failsafe-plugin.version>3.2.2</maven-failsafe-plugin.version>
40-
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
39+
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
40+
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
4141
<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
4242
<sonar.projectName>nls-routing-map-matcher</sonar.projectName>
4343
<kryo5.version>5.5.0</kryo5.version>

0 commit comments

Comments
 (0)