diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-03-26 15:10:05 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-03-26 15:12:20 -0400 |
commit | 08c1bd4d78a0504e7531876869a7ae0cd9c448df (patch) | |
tree | 52e816a88f2399da5717507b699b1e9fa0300baa /aai-core | |
parent | 5478a4c2b72153f4457768280d731916aa735092 (diff) |
Upgrade to springboot 1.5.19.RELEASE
Upgrade eelf to 1.0.1-oss
Issue-ID: AAI-2240
Issue-ID: AAI-2241
Change-Id: Ic08dd5a76ca9a1a7f37d0f430203625d834aa0a9
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index cd7450d2..14972f4d 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -42,7 +42,7 @@ <sonar.projectVersion>${project.version}</sonar.projectVersion> <httpclient.version>4.5.5</httpclient.version> <jackson.version>2.2.3</jackson.version> - <eelf.core.version>1.0.0</eelf.core.version> + <eelf.core.version>1.0.1-oss</eelf.core.version> <logback.version>1.2.3</logback.version> <freemarker.version>2.3.21</freemarker.version> <activemq.version>5.15.6</activemq.version> @@ -452,7 +452,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-test</artifactId> - <version>1.5.18.RELEASE</version> + <version>1.5.19.RELEASE</version> <scope>test</scope> </dependency> <dependency> |