Skip to content

Commit

Permalink
Update GraalVM svm to 24.0.2 and fix enforcer (#1126)
Browse files Browse the repository at this point in the history
GraalVM svm updated and fixed enforcer config.
  • Loading branch information
cstamas authored Sep 4, 2024
1 parent 819afef commit 3d92925
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<assertj.version>3.26.3</assertj.version>
<commons-compress.version>1.27.1</commons-compress.version>
<!-- cannot upgrade graalvm to 23.0.0 which requires JDK >= 20 -->
<graalvm.version>23.1.3</graalvm.version>
<graalvm.version>24.0.2</graalvm.version>
<graalvm.plugin.version>0.10.2</graalvm.plugin.version>
<groovy.version>4.0.22</groovy.version>
<jakarta.inject.version>1.0</jakarta.inject.version>
Expand Down Expand Up @@ -546,6 +546,8 @@
<maxJdkVersion>${maven-dist.required.jdk}</maxJdkVersion>
<ignoredScopes>
<ignoredScope>test</ignoredScope>
<!-- GraalVM SVM and deps are 17+, but are provided and used only for Native -->
<ignoredScopes>provided</ignoredScopes>
</ignoredScopes>
<excludes>
<exclude>org.jline:jline</exclude>
Expand Down

0 comments on commit 3d92925

Please sign in to comment.