Bumps boot to 2.1.12.RELEASE

This commit is contained in:
Spencer Gibb
2020-01-24 13:57:28 -05:00
parent 7611275c68
commit 108039b1d3
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.12.RELEASE</spring-boot.version>
<spring-cloud-build.version>2.1.10.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.12.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.12.RELEASE</spring-boot.version>
</properties>
<dependencyManagement>
<dependencies>