diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-29 18:51:25 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-29 18:51:25 +0100 |
commit | 82b88bb0b1551acb6acc0c2e1037b80d0253c34f (patch) | |
tree | 539abe6054056d2fb9f22285462a68c6ebfcf337 /aai-utils | |
parent | 33627d6e9314695f12c3011d9a6019c7f0743645 (diff) |
Update tinkerpop to 3.2.11
- update tinkerpop from 3.2.4 to 3.2.11
- bump version to 1.13.3
Issue-ID: AAI-3745
Change-Id: I492aba96f8e4916bc99e80fc24e9e20da26c20ba
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
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 6ea80cb7..bd7ba268 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.13.2-SNAPSHOT</version> + <version>1.13.3-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-utils</artifactId> |