Skip to content

Commit

Permalink
Merge pull request #23337 from zakkak/21.3.1-update
Browse files Browse the repository at this point in the history
Bump GraalVM / Mandrel version to 21.3.1
  • Loading branch information
gsmet authored Feb 1, 2022
2 parents f43453c + 959bd3f commit 4cc1e87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<plexus-utils.version>3.3.0</plexus-utils.version>
<plexus-component-annotations.version>2.1.0</plexus-component-annotations.version>
<!-- What we actually depend on for the annotations, as latest Graal is not available in Maven fast enough: -->
<graal-sdk.version>21.3.0</graal-sdk.version>
<graal-sdk.version>21.3.1</graal-sdk.version>
<gizmo.version>1.0.10.Final</gizmo.version>
<jackson.version>2.13.1</jackson.version>
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>
Expand Down
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- These properties are needed in order for them to be resolvable by the documentation -->
<!-- The Graal version we suggest using in documentation - as that's
what we work with by self downloading it: -->
<graal-sdk.version-for-documentation>21.3.0</graal-sdk.version-for-documentation>
<graal-sdk.version-for-documentation>21.3.1</graal-sdk.version-for-documentation>
<mandrel.version-for-documentation>21.3</mandrel.version-for-documentation>

<asciidoctorj.version>2.5.3</asciidoctorj.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<jboss-logmanager-embedded.version>1.0.9</jboss-logmanager-embedded.version>
<slf4j-jboss-logmanager.version>1.1.0.Final</slf4j-jboss-logmanager.version>
<slf4j-api.version>1.7.33</slf4j-api.version>
<graal-sdk.version>21.3.0</graal-sdk.version>
<graal-sdk.version>21.3.1</graal-sdk.version>
<plexus-classworlds.version>2.6.0</plexus-classworlds.version> <!-- not actually used but ClassRealm class is referenced from the API used in BootstrapWagonConfigurator -->
<smallrye-common.version>1.8.0</smallrye-common.version>
<gradle-tooling.version>7.3.3</gradle-tooling.version>
Expand Down

0 comments on commit 4cc1e87

Please sign in to comment.