Skip to content

Commit 3daf294

Browse files
Merged PR 52857: Update all non-major dependencies
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.esotericsoftware.kryo:kryo5](https://github.com/EsotericSoftware/kryo) | compile | minor | `5.5.0` -> `5.6.2` | | [commons-io:commons-io](https://commons.apache.org/proper/commons-io/) ([source](https://gitbox.apache.org/repos/asf?p=commons-io.git)) | compile | minor | `2.16.1` -> `2.17.0` | | [com.google.guava:guava](https://github.com/google/guava) | compile | minor | `33.2.0-jre` -> `33.3.1-jre` | | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | patch | `3.3.0` -> `3.3.4` | --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary> ### [`v3.3.4`](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.4) [Compare Source](spring-projects/spring-boot@v3.3.3...v3.3.4) #### 🐞 Bug Fixes - management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped [#&#8203;42322](spring-projects/spring-boot#42322) - Missing details in OAuth2ClientProperties validation error message [#&#8203;42279](spring-projects/spring-boot#42279) - FileNotFoundException from unused mis-configured SSL bundles [#&#8203;42169](spring-projects/spring-boot#42169) - ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath [#&#8203;42161](spring-projects/spring-boot#42161) - `@RestartScope` can cause 'Recursive update' exceptions when used with container beans [#&#8203;42107](spring-projects/spring-boot#42107) - JarLauncher fails to load large jar files [#&#8203;42079](spring-projects/spring-boot#42079) - PropertiesMigrationListener wrongly reports property as deprecated when has group [#&#8203;42071](spring-projects/spring-boot#42071) - Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET [#&#8203;42059](spring-projects/spring-boot#42059) - Default Logback config uses deprecated "converterClass" attribute [#&#8203;42006](spring-projects/spring-boot#42006) #### 📔 Documentation - Document that spring.jmx.enabled is not intended for third-party libraries [#&#8203;42285](spring-projects/spring-boot#42285) - Update link to Log4j2 system properties [#&#8203;42263](spring-projects/spring-boot#42263) - Links to GraphQL in the reference guide redirect to the root instead of specific sections [#&#8203;42208](spring-projects/spring-boot#42208) - ...
1 parent 96d7fd1 commit 3daf294

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.3.0</version>
10+
<version>3.3.4</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -31,16 +31,16 @@
3131
<!-- Janino version should match the one used in GraphHopper -->
3232
<janino.version>3.1.12</janino.version>
3333
<jts-core.version>1.19.0</jts-core.version>
34-
<guava.version>33.2.0-jre</guava.version>
34+
<guava.version>33.3.1-jre</guava.version>
3535
<hamcrest.version>2.2</hamcrest.version>
3636
<jacoco.version>0.8.12</jacoco.version>
3737
<geotools.version>30.2</geotools.version>
3838
<jts2geojson.version>0.18.1</jts2geojson.version>
39-
<commons-io.version>2.16.1</commons-io.version>
39+
<commons-io.version>2.17.0</commons-io.version>
4040
<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
4141
<sonar.projectName>nls-routing-map-matcher</sonar.projectName>
4242
<nls-geometry.version>3.1.0</nls-geometry.version>
43-
<kryo5.version>5.5.0</kryo5.version>
43+
<kryo5.version>5.6.2</kryo5.version>
4444
</properties>
4545
<repositories>
4646
<repository>

0 commit comments

Comments
 (0)