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-utils | |
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-utils')
-rw-r--r-- | aai-utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 5b2c7021..4eadb513 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -71,7 +71,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.3.10.RELEASE</version> + <version>4.3.18.RELEASE</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |