diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-09-18 12:46:57 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-09-18 12:47:07 -0400 |
commit | c8b17d27cb83ed42e062c58e34642cd9c98ac189 (patch) | |
tree | c64314fa07fac997fc404d91fac582ecd0ffaccd /aai-core/pom.xml | |
parent | 692cf0a3db737660979e3c68ebe1d73a59bbc202 (diff) |
Update to latest versions of deps
Issue-ID: AAI-1628
Change-Id: I88cc21c2b3233eff34febda18497a5131deb4e05
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index a79c3cd3..016e402b 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -45,10 +45,10 @@ <eelf.core.version>1.0.0</eelf.core.version> <logback.version>1.2.3</logback.version> <freemarker.version>2.3.21</freemarker.version> - <activemq.version>5.15.3</activemq.version> + <activemq.version>5.15.6</activemq.version> <jacoco.line.coverage.limit>0.50</jacoco.line.coverage.limit> <gremlin.version>3.2.2</gremlin.version> - <jetty.version>9.4.6.v20170531</jetty.version> + <jetty.version>9.4.11.v20180605</jetty.version> <!-- Start of Default ONAP Schema Properties --> <aai.wiki.link>https://wiki.onap.org/</aai.wiki.link> @@ -800,12 +800,12 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.3.6.RELEASE</version> + <version>4.3.18.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.3.6.RELEASE</version> + <version>4.3.18.RELEASE</version> </dependency> <dependency> <groupId>javax.xml.bind</groupId> @@ -950,7 +950,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> - <version>4.3.16.RELEASE</version> + <version>4.3.18.RELEASE</version> <scope>test</scope> </dependency> <dependency> @@ -984,7 +984,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jms</artifactId> - <version>4.3.16.RELEASE</version> + <version>4.3.18.RELEASE</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |