aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-08-15 08:37:44 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-08-15 08:37:44 +0200
commit1bdae1172660c1c05c09c800d49ff8f46a4ccb72 (patch)
tree47342ba2b88cb373d57302f3ecec80c043092e17 /pom.xml
parent9c821e2e2745813157cfef3572e9b4adf4d4720c (diff)
Release 1.14.6 graphadmin docker artifact
- update Tinkerpop (3.5.0 -> 3.5.8), Janusgraph (0.6.0 -> 0.6.4) - declare cassandra-driver related deps in dependencyManagement [0] - fix some graphadmin scripts being broken in last release - make graphadmin ready to be run with a read-only filesystem - migrate JUnit 4 to 5 [0] since spring-boot would otherwise downgrade the driver version to a (much) older version Issue-ID: AAI-3969 Change-Id: I0a04d757a4bf731048c7ff0188a345548fcd48f8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3242e30..156d1fc 100755
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,8 @@
<!-- 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/JanusGraph/janusgraph/blob/v0.6.0/pom.xml#L120 -->
+ <!-- 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>