aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-15 11:44:00 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-15 11:44:22 -0400
commit1ad09b541bddb2d9544741986fb59bf2d1fb7e47 (patch)
tree9eb3944e18ffcd53f967774f53948e3a66419859
parent18143db1322fa6e1ea9999986d5bd103f8f25991 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d29fd74..317e2bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>