Skip to content

Commit

Permalink
Merge branch 'main' into tatu/1442-codec-uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
tatu-at-datastax authored Oct 7, 2024
2 parents a66378a + f8dc657 commit 9b80981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<artifactId>sgv2-jsonapi</artifactId>
<version>1.0.17-SNAPSHOT</version>
<properties>
<stargate.version>v2.1.0-BETA-17</stargate.version>
<!-- 17-May-2023, tatu: [json-api#172] Need at least Jackson 2.15.x -->
<!-- 16-Aug-2024, tatu: Quarkus depends on 2.17 already, but keep explicit -->
<jackson.version>2.17.2</jackson.version>
Expand All @@ -28,7 +29,7 @@
<!-- from Stargate persistence, latest as of 2024-01-24: -->
<stargate.int-test.cassandra.image-tag>${cassandra.version}</stargate.int-test.cassandra.image-tag>
<stargate.int-test.coordinator.image>stargateio/coordinator-dse-next</stargate.int-test.coordinator.image>
<stargate.int-test.coordinator.image-tag>v2.1.0-BETA-14</stargate.int-test.coordinator.image-tag>
<stargate.int-test.coordinator.image-tag>${stargate.version}</stargate.int-test.coordinator.image-tag>
<stargate.int-test.cluster.name>dse-next-${stargate.int-test.cassandra.image-tag}-cluster</stargate.int-test.cluster.name>
<stargate.int-test.cluster.persistence>persistence-dse-next</stargate.int-test.cluster.persistence>
<stargate.int-test.cluster.dse>false</stargate.int-test.cluster.dse>
Expand Down

0 comments on commit 9b80981

Please sign in to comment.