diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 11:52:26 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 11:52:27 -0400 |
commit | 7cc883a7a04fc29740bca3e65ed531aef7ab32ce (patch) | |
tree | f9b2739e68c3962dc5501ea2a25650c946e0b4f9 | |
parent | 89f8bf3e0fbc93b43c7eea7d1f20cfb0ec14be7f (diff) |
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349
Change-Id: I15d425ed1acf5ccd84e19562bda08a0ee2a7c104
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>1.5.19.RELEASE</version> + <version>1.5.20.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> @@ -234,7 +234,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>1.5.19.RELEASE</version> + <version>1.5.20.RELEASE</version> <executions> <execution> <goals> |