diff options
author | 2025-01-02 16:11:05 +0100 | |
---|---|---|
committer | 2025-01-02 16:15:14 +0100 | |
commit | e0d6fcbfcdc38edd17b36050feead7314667f4a5 (patch) | |
tree | aa113b9ac4bd4eeb3663beb3b511bbf3241c00ac /aai-els-onap-logging | |
parent | b1eefc66b1af8550d324e8e34ddef29de5b4df49 (diff) |
Upgrade Janusgraph to 1.1.0
- upgrade janusgraph (1.0.1->1.1.0)
- upgrade guava (33.3.1-jre->33.4.0-jre)
- remove some version declarations in aai-parent that are not in use anymore
- bump snapshot version to 1.15.5-SNAPSHOT
Issue-ID: AAI-4097
Change-Id: Ied18c84ad4de81ddc2d968881590c1145a52618f
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-els-onap-logging')
-rw-r--r-- | aai-els-onap-logging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-els-onap-logging/pom.xml b/aai-els-onap-logging/pom.xml index 50319a05..31802ea0 100644 --- a/aai-els-onap-logging/pom.xml +++ b/aai-els-onap-logging/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.15.4-SNAPSHOT</version> + <version>1.15.5-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-els-onap-logging</artifactId> |