Skip to content

Commit

Permalink
Bump spring.boot.version from 2.3.0.RELEASE to 2.3.1.RELEASE (#1395)
Browse files Browse the repository at this point in the history
Bumps `spring.boot.version` from 2.3.0.RELEASE to 2.3.1.RELEASE.

Updates `spring-boot-starter-web` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.3.0.RELEASE...v2.3.1.RELEASE)

Updates `spring-boot-starter-data-jpa` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.3.0.RELEASE...v2.3.1.RELEASE)

Updates `spring-boot-starter-test` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.3.0.RELEASE...v2.3.1.RELEASE)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <[email protected]>
  • Loading branch information
dependabot-preview[bot] and aklish authored Jul 8, 2020
1 parent a06aae4 commit 388e6a5
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</scm>

<properties>
<spring.boot.version>2.3.0.RELEASE</spring.boot.version>
<spring.boot.version>2.3.1.RELEASE</spring.boot.version>
<tomcat.version>9.0.37</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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</scm>

<properties>
<spring.boot.version>2.3.0.RELEASE</spring.boot.version>
<spring.boot.version>2.3.1.RELEASE</spring.boot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 388e6a5

Please sign in to comment.