From cec6b163cbdbb873ecd1f9a9a0ec8064b0a95695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Composants=20partag=C3=A9s=20Forem=20Build=20Service=20=28?= =?UTF-8?q?leforem=29?= Date: Tue, 14 Mar 2023 13:29:45 +0000 Subject: [PATCH] Merged PR 31811: Update dependency org.springframework.boot:spring-boot-starter-parent from 2.7.8 to 2.7.9 (patch) 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 | `2.7.8` -> `2.7.9` | --- ### Release Notes
spring-projects/spring-boot ### [`v2.7.9`](https://github.com/spring-projects/spring-boot/releases/tag/v2.7.9) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v2.7.8...v2.7.9) #### :lady_beetle: Bug Fixes - Maven Plugin's PropertiesMergingResourceTransformer closes InputStream when it should not do so [#​34063](https://github.com/spring-projects/spring-boot/pull/34063) - Actuator Health web endpoint broken with Gson and Java 17 [#​34030](https://github.com/spring-projects/spring-boot/issues/34030) - Dependency management for Mongo's Java Driver is incomplete [#​33941](https://github.com/spring-projects/spring-boot/pull/33941) - Using devtools with Reactive application results in slower restarts [#​33855](https://github.com/spring-projects/spring-boot/pull/33855) - Spies are not reset after test execution when using `@SpyBean` [#​33830](https://github.com/spring-projects/spring-boot/issues/33830) - Properties Migrator does not detect properties of Map type that are marked as deprecated [#​27854](https://github.com/spring-projects/spring-boot/issues/27854) #### :notebook_with_decorative_cover: Documentation - Updated documentation for `@ConfigurationProperties` bean naming rules [#​34029](https://github.com/spring-projects/spring-boot/pull/34029) - Restore "Use Jedis Instead of Lettuce" how-to documentation [#​33994](https://github.com/spring-projects/spring-boot/issues/33994) - Add Redis application properties example [#​33965](https://github.com/spring-projects/spring-boot/pull/33965) - Use Maven Central for release downloads in CLI installation documentation [#​33962](https://github.com/spring-projects/spring-boot/issues/33962) - Actuator section is missing from documentation overview [#​33932](https://github.com/spring-projects/spring-boot/issues/33932) - Add Javadoc since to OperationParameter.getAnnotation() [#​33914](https://github.com/spring-projects/spring-boot/pull/33914) - Document additional configuration that is required for spring.mvc.throw-exception-if-no-handler-found=true to be effective [#​31660](https://github.com/spring-projects/spring-boot/pull/31660) #### :hammer: Dependency Upgrades - Upgrade to ActiveMQ 5.16.6 [#​34238](https://github.com/spring-projects/spring-boot/issues/34238) - Upgrade to Byte Buddy 1.12.23 [#​34239](https://github.com/spring-projects/spring-boot/issues/34239) - Upgrade to Dropwizard Metrics 4.2.16 [#​34240](https://github.com/spring-projects/spring-boot/issues/34240) - Upgrade to Elasticsearch 7.17.9 [#... --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e03f516..eb9aadad 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.8 + 2.7.9 be.leforem.formapass