Skip to content

Commit

Permalink
Upgrade Graal to 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Jul 16, 2022
1 parent 396a39e commit 58dccf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
<findbugs.version>3.0.2</findbugs.version>
<groovy.version>4.0.3</groovy.version>
<ivy.version>2.5.0</ivy.version>
<graal.version>19.3.1</graal.version>
<graal.version>22.1.0</graal.version>
<graal-maven-plugin.version>20.3.6.1</graal-maven-plugin.version>

<surefire.argLine />
</properties>
Expand Down Expand Up @@ -518,7 +519,7 @@
<plugin>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>native-image-maven-plugin</artifactId>
<version>${graal.version}</version>
<version>${graal-maven-plugin.version}</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 58dccf7

Please sign in to comment.