Skip to content

Commit

Permalink
Update to GraalVM 22.3
Browse files Browse the repository at this point in the history
PullRequest: simplelanguage/12
  • Loading branch information
boris-spas committed Oct 18, 2022
2 parents 5ff0455 + 4cfe12a commit 5973a0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

local graalvm11 = {
downloads+: {
JAVA_HOME: { name: 'graalvm-ce-java11', version: '22.2.0', platformspecific: true },
JAVA_HOME: { name: 'graalvm-ce-java11', version: '22.3.0', platformspecific: true },
},
},

Expand Down
2 changes: 1 addition & 1 deletion language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
<!-- If you update this number make sure the VERSION value in ./sl matches -->
<graalvm.version>22.2.0</graalvm.version>
<graalvm.version>22.3.0</graalvm.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion sl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#

# If you update this number make sure the graalvm.version value in ./pom.xml matches
VERSION="22.2.0"
VERSION="22.3.0"

MAIN_CLASS="com.oracle.truffle.sl.launcher.SLMain"
SCRIPT_HOME="$(cd "$(dirname "$0")" && pwd -P)"
Expand Down

0 comments on commit 5973a0e

Please sign in to comment.