Bumps boot version to 2.1.13

This commit is contained in:
Spencer Gibb
2020-03-09 16:02:14 -04:00
parent 1ed25c7f34
commit 437d4150df
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<main.basedir>${basedir}</main.basedir>
<docs.main>${project.artifactId}</docs.main>
<spring-boot.version>2.1.10.RELEASE</spring-boot.version>
<spring-boot.version>2.1.13.RELEASE</spring-boot.version>
<spring-cloud-build.version>2.1.11.BUILD-SNAPSHOT</spring-cloud-build.version>
<docs.resources.dir>${project.build.directory}/build-docs</docs.resources.dir>

View File

@@ -14,12 +14,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.1.10.RELEASE</version>
<version>2.1.13.RELEASE</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.1.10.RELEASE</spring-boot.version>
<spring-boot.version>2.1.13.RELEASE</spring-boot.version>
</properties>
<dependencyManagement>
<dependencies>