diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-15 11:44:00 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-15 11:44:22 -0400 |
commit | 1ad09b541bddb2d9544741986fb59bf2d1fb7e47 (patch) | |
tree | 9eb3944e18ffcd53f967774f53948e3a66419859 | |
parent | 18143db1322fa6e1ea9999986d5bd103f8f25991 (diff) |
Roll back springboot upgrade1.4.0
Issue-ID: AAI-2379
Change-Id: I00c24fae1fe13b2a97950deb76cb8cb00f3d9421
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ limitations under the License. <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>1.5.20.RELEASE</version> + <version>1.5.19.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> |