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-core | |
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-core')
-rw-r--r-- | aai-core/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index c238673e..682aac7d 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <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-core</artifactId> @@ -36,7 +36,6 @@ limitations under the License. <springframework.version>4.3.24.RELEASE</springframework.version> <jacoco.line.coverage.limit>0.50</jacoco.line.coverage.limit> - <gremlin.version>3.2.4</gremlin.version> <groovy.version>2.5.15</groovy.version> <mockito.core.version>3.4.0</mockito.core.version> <!-- Start of Default ONAP Schema Properties --> |