Skip to content

Commit

Permalink
Bump spring.boot.version from 2.2.4.RELEASE to 2.2.5.RELEASE (#1232)
Browse files Browse the repository at this point in the history
Bumps `spring.boot.version` from 2.2.4.RELEASE to 2.2.5.RELEASE.

Updates `spring-boot-starter-web` from 2.2.4.RELEASE to 2.2.5.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.2.4.RELEASE...v2.2.5.RELEASE)

Updates `spring-boot-starter-data-jpa` from 2.2.4.RELEASE to 2.2.5.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.2.4.RELEASE...v2.2.5.RELEASE)

Updates `spring-boot-starter-test` from 2.2.4.RELEASE to 2.2.5.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.2.4.RELEASE...v2.2.5.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <aklish@gmail.com>
  • Loading branch information
dependabot-preview[bot] and aklish committed Mar 23, 2020
1 parent 8e2ee90 commit 1c489b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elide-spring/elide-spring-boot-autoconfigure/pom.xml
Expand Up @@ -40,7 +40,7 @@
</scm>

<properties>
<spring.boot.version>2.2.4.RELEASE</spring.boot.version>
<spring.boot.version>2.2.5.RELEASE</spring.boot.version>
<tomcat.version>9.0.33</tomcat.version>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<min_jdk_version>1.8</min_jdk_version>
Expand Down
2 changes: 1 addition & 1 deletion elide-spring/elide-spring-boot-starter/pom.xml
Expand Up @@ -40,7 +40,7 @@
</scm>

<properties>
<spring.boot.version>2.2.4.RELEASE</spring.boot.version>
<spring.boot.version>2.2.5.RELEASE</spring.boot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 1c489b6

Please sign in to comment.