Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 [#​42322](spring-projects/spring-boot#42322) - Missing details in OAuth2ClientProperties validation error message [#​42279](spring-projects/spring-boot#42279) - FileNotFoundException from unused mis-configured SSL bundles [#​42169](spring-projects/spring-boot#42169) - ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath [#​42161](spring-projects/spring-boot#42161) - `@RestartScope` can cause 'Recursive update' exceptions when used with container beans [#​42107](spring-projects/spring-boot#42107) - JarLauncher fails to load large jar files [#​42079](spring-projects/spring-boot#42079) - PropertiesMigrationListener wrongly reports property as deprecated when has group [#​42071](spring-projects/spring-boot#42071) - Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET [#​42059](spring-projects/spring-boot#42059) - Default Logback config uses deprecated "converterClass" attribute [#​42006](spring-projects/spring-boot#42006) #### 📔 Documentation - Document that spring.jmx.enabled is not intended for third-party libraries [#​42285](spring-projects/spring-boot#42285) - Update link to Log4j2 system properties [#​42263](spring-projects/spring-boot#42263) - Links to GraphQL in the reference guide redirect to the root instead of specific sections [#​42208](spring-projects/spring-boot#42208) - ...
- Loading branch information