Skip to content

Commit 05c3057

Browse files
authored
deps: update graal-sdk to 22.3.3 (#703)
* deps: update graal-sdk to 22.3.3
1 parent dbea3ba commit 05c3057

7 files changed

Lines changed: 7 additions & 7 deletions

.cloudbuild/cloudbuild-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.6.0'
17+
_JAVA_SHARED_CONFIG_VERSION: '1.6.1'
1818
_GRAALVM_A: 'graalvm22_3_jdk11'
1919
_GRAALVM_B: 'graalvm22_3_jdk17'
2020
steps:

.cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.6.0'
17+
_JAVA_SHARED_CONFIG_VERSION: '1.6.1'
1818
_GRAALVM_A: 'graalvm22_3_jdk11'
1919
_GRAALVM_B: 'graalvm22_3_jdk17'
2020
steps:

.cloudbuild/graalvm22_3_jdk11.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.3.2-b1
15+
FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.3.3-b1
1616

1717
RUN gu install native-image && \
1818
yum update -y && \

.cloudbuild/graalvm22_3_jdk11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commandTests:
1717
- name: "version"
1818
command: ["java", "-version"]
1919
# java -version outputs to stderr...
20-
expectedError: ["openjdk version \"11.0.19\"", "GraalVM CE 22.3.2"]
20+
expectedError: ["openjdk version \"11.0.20\"", "GraalVM CE 22.3.3"]
2121
- name: "maven"
2222
command: ["mvn", "-version"]
2323
expectedOutput: ["Apache Maven 3.9.4"]

.cloudbuild/graalvm22_3_jdk17.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ghcr.io/graalvm/graalvm-ce:ol7-java17-22.3.2-b1
15+
FROM ghcr.io/graalvm/graalvm-ce:ol7-java17-22.3.3-b1
1616

1717
RUN gu install native-image && \
1818
yum update -y && \

.cloudbuild/graalvm22_3_jdk17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commandTests:
1717
- name: "version"
1818
command: ["java", "-version"]
1919
# java -version outputs to stderr...
20-
expectedError: ["openjdk version \"17.0.7\"", "GraalVM CE 22.3.2"]
20+
expectedError: ["openjdk version \"17.0.8\"", "GraalVM CE 22.3.3"]
2121
- name: "maven"
2222
command: ["mvn", "-version"]
2323
expectedOutput: ["Apache Maven 3.9.4"]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<skipITs>true</skipITs>
6666
<auto-value.version>1.10.4</auto-value.version>
6767
<surefire.version>3.2.1</surefire.version>
68-
<graal-sdk.version>22.3.2</graal-sdk.version>
68+
<graal-sdk.version>22.3.3</graal-sdk.version>
6969
<docRoot>/java/docs/reference/</docRoot>
7070
</properties>
7171

0 commit comments

Comments
 (0)