Skip to content

Commit

Permalink
Revert the GraalVM SDK to 22.3.2
Browse files Browse the repository at this point in the history
It's a hack because the new jar use Java 17 bytecode.
We would need to be sure that this version is not used for anything more than the SVM artifact version.
  • Loading branch information
cescoffier committed Jun 20, 2023
1 parent f5d8d2a commit 96e1889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<jboss-metadata-web.version>16.0.0.Final</jboss-metadata-web.version>
<maven-toolchain.version>3.0-alpha-2</maven-toolchain.version>
<plexus-component-annotations.version>2.1.0</plexus-component-annotations.version>
<graal-sdk.version>23.0.0</graal-sdk.version>
<graal-sdk.version>22.3.2</graal-sdk.version>
<graal-svm.version>${graal-sdk.version}</graal-svm.version>
<gizmo.version>1.6.1.Final</gizmo.version>
<jackson-bom.version>2.15.2</jackson-bom.version>
Expand Down

0 comments on commit 96e1889

Please sign in to comment.