File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
Note: when upgrading the Quarkus version or the DataStax Java driver version, make sure that you
34
34
upgrade them in the quickstart module too.
35
35
-->
36
- <quarkus .version>3.1.0 .Final</quarkus .version>
37
- <datastax-java-driver .version>4.15 .0</datastax-java-driver .version>
36
+ <quarkus .version>3.2.4 .Final</quarkus .version>
37
+ <datastax-java-driver .version>4.17 .0</datastax-java-driver .version>
38
38
<assertj .version>3.23.1</assertj .version>
39
39
<maven .compiler.target>11</maven .compiler.target>
40
40
<maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change 27
27
<inceptionYear >2020</inceptionYear >
28
28
<properties >
29
29
<java .version>11</java .version>
30
- <quarkus .version>3.1.0 .Final</quarkus .version>
31
- <datastax-java-driver .version>4.15 .0</datastax-java-driver .version>
30
+ <quarkus .version>3.2.4 .Final</quarkus .version>
31
+ <datastax-java-driver .version>4.16 .0</datastax-java-driver .version>
32
32
<assertj .version>3.23.1</assertj .version>
33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
34
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments