diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-15 13:09:58 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-15 13:09:58 +0200 |
commit | 576cbd56b527f2d782dff4c28e210e71193945e9 (patch) | |
tree | affbde6ff188967c136dde4c297cf35f2e9387ef /aai-resources | |
parent | c7cb468ab9303db88d27ad96a20b0840a5d58f43 (diff) |
Release 1.14.6 resources docker artifact
- update Tinkerpop (3.5.0 -> 3.5.8), Janusgraph (0.6.0 -> 0.6.4)
- make echo liveness probe available under /actuator/health
Issue-ID: AAI-3968
Change-Id: I246995725f5b298e0f98c56ca23a9b790c1394c0
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 893bee4..51f9651 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -98,9 +98,9 @@ <swagger.version>1.6.8</swagger.version> <spring-cloud.version>2020.0.6</spring-cloud.version> <!-- fix the driver version to match the one defined in janusgraph-cql - spring-boot (2.4) is otherwise downgrading it to 4.9.0 --> - <!-- see https://github.com/spring-projects/spring-boot/blob/d336a96b7f204a398b8237560c5dfa7095c53460/spring-boot-project/spring-boot-dependencies/build.gradle#L163 --> - <!-- see https://github.com/JanusGraph/janusgraph/blob/6105d67f412def90ed6e704fa01cbf656602e6c9/pom.xml#L112 --> + spring-boot (2.4) is otherwise downgrading it to 4.9.0 --> + <!-- see https://github.com/spring-projects/spring-boot/blob/d336a96b7f204a398b8237560c5dfa7095c53460/spring-boot-project/spring-boot-dependencies/build.gradle#L163 --> + <!-- see https://github.com/JanusGraph/janusgraph/blob/6105d67f412def90ed6e704fa01cbf656602e6c9/pom.xml#L112 --> <cassandra-driver.version>4.17.0</cassandra-driver.version> <datastax.native-protocol.version>1.5.1</datastax.native-protocol.version> </properties> |