File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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.2.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 13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-java@v3
15
15
with :
16
- distribution : ' adopt-hotspot '
16
+ distribution : ' temurin '
17
17
java-version : ${{ matrix.java_version }}
18
18
cache : ' maven'
19
19
- name : Build & test
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.13 -graalvm-ce-21 .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
- <quarkus .version>2.15.0 .Final</quarkus .version>
36
+ <quarkus .version>2.16.2 .Final</quarkus .version>
37
37
<datastax-java-driver .version>4.15.0</datastax-java-driver .version>
38
38
<assertj .version>3.23.1</assertj .version>
39
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
- <quarkus .version>2.15.0 .Final</quarkus .version>
30
+ <quarkus .version>2.16.2 .Final</quarkus .version>
31
31
<datastax-java-driver .version>4.15.0</datastax-java-driver .version>
32
32
<assertj .version>3.23.1</assertj .version>
33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments