File tree Expand file tree Collapse file tree 5 files changed +3
-11
lines changed Expand file tree Collapse file tree 5 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v3
18
18
- uses : graalvm/setup-graalvm@v1
19
19
with :
20
- version : ' 22.3.0 '
20
+ version : ' 22.3.1 '
21
21
java-version : ${{ matrix.java_version }}
22
22
components : ' native-image'
23
23
github-token : ${{ secrets.GB_TOKEN }}
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ pipeline {
87
87
}
88
88
environment {
89
89
JABBA_VERSION = ' [email protected] '
90
- GRAALVM_VERSION = ' 11.0.17 -graalvm-ce-22.3.0 '
90
+ GRAALVM_VERSION = ' 11.0.18 -graalvm-ce-22.3.1 '
91
91
}
92
92
93
93
stages {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ link:http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.datastax.oss%22.quark
20
20
21
21
== Compatibility
22
22
23
- The extension is compatible with Quarkus version 2.15.0 .Final and higher.
23
+ The extension is compatible with Quarkus version `2.16.2 .Final` and higher.
24
24
25
25
It requires Java 11 or higher.
26
26
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
- <<<<<<< HEAD
37
36
<quarkus .version>2.16.2.Final</quarkus .version>
38
- =======
39
- <quarkus .version>2.15.3.Final</quarkus .version>
40
- >>>>>>> 9d897dc (1. Quarkus update to 2.15.3.Final)
41
37
<datastax-java-driver .version>4.15.0</datastax-java-driver .version>
42
38
<assertj .version>3.23.1</assertj .version>
43
39
<maven .compiler.target>11</maven .compiler.target>
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
- <<<<<<< HEAD
31
30
<quarkus .version>2.16.2.Final</quarkus .version>
32
- =======
33
- <quarkus .version>2.15.3.Final</quarkus .version>
34
- >>>>>>> 9d897dc (1. Quarkus update to 2.15.3.Final)
35
31
<datastax-java-driver .version>4.15.0</datastax-java-driver .version>
36
32
<assertj .version>3.23.1</assertj .version>
37
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments