Skip to content

Commit

Permalink
Merged PR 29342: Update dependency org.springframework.boot:spring-bo…
Browse files Browse the repository at this point in the history
…ot-starter-parent from 2.3.5.RELEASE to 2.7.7 (minor)

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 | minor | `2.3.5.RELEASE` -> `2.7.7` |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot</summary>

### [`v2.7.7`](https://github.com/spring-projects/spring-boot/releases/tag/v2.7.7)

[Compare Source](spring-projects/spring-boot@v2.7.6...v2.7.7)

#### 🐞 Bug Fixes

-   Fix typo in LocalDevToolsAutoConfiguration logging [#&#8203;33569](spring-projects/spring-boot#33569)
-   Web server fails to start due to "Resource location must not be null" when attempting to use a PKCS 11 KeyStore [#&#8203;32179](spring-projects/spring-boot#32179)

#### 📔 Documentation

-   Improve gradle plugin tags documentation [#&#8203;33614](spring-projects/spring-boot#33614)
-   Improve maven plugin tags documentation [#&#8203;33609](spring-projects/spring-boot#33609)
-   Fix typo in tomcat accesslog checkExists doc [#&#8203;33460](spring-projects/spring-boot#33460)
-   Document that the shutdown endpoint is not intended for use when deploying a war to a servlet container [#&#8203;17398](spring-projects/spring-boot#17398)

#### 🔨 Dependency Upgrades

-   Upgrade to Byte Buddy 1.12.20 [#&#8203;33570](spring-projects/spring-boot#33570)
-   Upgrade to Dropwizard Metrics 4.2.14 [#&#8203;33571](spring-projects/spring-boot#33571)
-   Upgrade to Elasticsearch 7.17.8 [#&#8203;33572](spring-projects/spring-boot#33572)
-   Upgrade to HttpClient 4.5.14 [#&#8203;33573](spring-projects/spring-boot#33573)
-   Upgrade to HttpCore 4.4.16 [#&#8203;33574](spring-projects/spring-boot#33574)
-   Upgrade to Infinispan 13.0.14.Final [#&#8203;33575](spring-projects/spring-boot#33575)
-   Upgrade to Jaybird 4.0.8.java8 [#&#8203;33576](spring-projects/spring-boot#33576)
-   Upgrade to Jetty 9.4.50.v20221201 [#&#8203;33577](spring-projects/spring-boot#33577)
-   Upgrade to MSSQL JDBC 10.2.2.jre8 [#&#8203;33578](spring-projects/spring-boot#33578)
-   Upgrade to Neo4j Java Driver 4.4.11 [#&#8203;33579](spring-projects/spring-boot#33579)
-   Upgrade to Netty 4.1.86.Final [#&#8203;33580](spring-projects/spring-boot#33580)
-   Upgrade to Reactor 2020.0.26 [#&#8203;33543](spring-projects/spring-boot#33543)
-   Upgrade to Spring Integration 5.5.16 [#&#8203;33581](https://github.com/spring-projects/spring...
  • Loading branch information
Composants partagés Forem Build Service (leforem) authored and Kevin RENSON committed Jan 12, 2023
2 parents 1a7103d + 6cd6c99 commit dd8a791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.7.7</version>
<relativePath/>
</parent>
<groupId>be.leforem.formapass</groupId>
<artifactId>java-property-source-utils</artifactId>
<description>Loads yaml property sources</description>
<version>1.0.0</version>
<version>1.0.1</version>
<properties>
<java.version>1.8</java.version>
<formapass.testUtils.version>1.1.0</formapass.testUtils.version>
Expand Down

0 comments on commit dd8a791

Please sign in to comment.