Skip to content

Commit

Permalink
Update Maven plagin version and Java version in pom and yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
LesiaChaban committed Dec 1, 2023
1 parent e0592fe commit 473dc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-hello-world-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7'
java-version: '21.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion java-hello-world-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
<native.maven.plugin.version>0.9.13</native.maven.plugin.version>
<native.maven.plugin.version>0.9.28</native.maven.plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 473dc3a

Please sign in to comment.