Skip to content

Commit

Permalink
deps: update graal-sdk to 22.3.3 (#703)
Browse files Browse the repository at this point in the history
* deps: update graal-sdk to 22.3.3
  • Loading branch information
mpeddada1 committed Oct 30, 2023
1 parent dbea3ba commit 05c3057
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild-test.yaml
Expand Up @@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.6.0'
_JAVA_SHARED_CONFIG_VERSION: '1.6.1'
_GRAALVM_A: 'graalvm22_3_jdk11'
_GRAALVM_B: 'graalvm22_3_jdk17'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild.yaml
Expand Up @@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.6.0'
_JAVA_SHARED_CONFIG_VERSION: '1.6.1'
_GRAALVM_A: 'graalvm22_3_jdk11'
_GRAALVM_B: 'graalvm22_3_jdk17'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm22_3_jdk11.Dockerfile
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

RUN gu install native-image && \
yum update -y && \
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm22_3_jdk11.yaml
Expand Up @@ -17,7 +17,7 @@ commandTests:
- name: "version"
command: ["java", "-version"]
# java -version outputs to stderr...
expectedError: ["openjdk version \"11.0.19\"", "GraalVM CE 22.3.2"]
expectedError: ["openjdk version \"11.0.20\"", "GraalVM CE 22.3.3"]
- name: "maven"
command: ["mvn", "-version"]
expectedOutput: ["Apache Maven 3.9.4"]
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm22_3_jdk17.Dockerfile
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

RUN gu install native-image && \
yum update -y && \
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm22_3_jdk17.yaml
Expand Up @@ -17,7 +17,7 @@ commandTests:
- name: "version"
command: ["java", "-version"]
# java -version outputs to stderr...
expectedError: ["openjdk version \"17.0.7\"", "GraalVM CE 22.3.2"]
expectedError: ["openjdk version \"17.0.8\"", "GraalVM CE 22.3.3"]
- name: "maven"
command: ["mvn", "-version"]
expectedOutput: ["Apache Maven 3.9.4"]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -65,7 +65,7 @@
<skipITs>true</skipITs>
<auto-value.version>1.10.4</auto-value.version>
<surefire.version>3.2.1</surefire.version>
<graal-sdk.version>22.3.2</graal-sdk.version>
<graal-sdk.version>22.3.3</graal-sdk.version>
<docRoot>/java/docs/reference/</docRoot>
</properties>

Expand Down

0 comments on commit 05c3057

Please sign in to comment.