Skip to content

Commit

Permalink
Merged PR 52857: Update all non-major dependencies
Browse files Browse the repository at this point in the history
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)
-  ...
  • Loading branch information
ndwlocatieservices committed Oct 11, 2024
1 parent 96d7fd1 commit 3daf294
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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.3.0</version>
<version>3.3.4</version>
<relativePath/>
</parent>

Expand All @@ -31,16 +31,16 @@
<!-- Janino version should match the one used in GraphHopper -->
<janino.version>3.1.12</janino.version>
<jts-core.version>1.19.0</jts-core.version>
<guava.version>33.2.0-jre</guava.version>
<guava.version>33.3.1-jre</guava.version>
<hamcrest.version>2.2</hamcrest.version>
<jacoco.version>0.8.12</jacoco.version>
<geotools.version>30.2</geotools.version>
<jts2geojson.version>0.18.1</jts2geojson.version>
<commons-io.version>2.16.1</commons-io.version>
<commons-io.version>2.17.0</commons-io.version>
<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
<sonar.projectName>nls-routing-map-matcher</sonar.projectName>
<nls-geometry.version>3.1.0</nls-geometry.version>
<kryo5.version>5.5.0</kryo5.version>
<kryo5.version>5.6.2</kryo5.version>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit 3daf294

Please sign in to comment.