Skip to content

Commit

Permalink
chore: update to JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Dec 4, 2023
1 parent 9db104a commit 7307f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: '21'

# use `services` instead.
# - name: Set up MongoDb
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</parent>

<properties>
<java.version>17</java.version>
<java.version>21</java.version>
<spring-javaformat.version>0.0.40</spring-javaformat.version>
<jjwt.version>0.12.3</jjwt.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
Expand Down Expand Up @@ -114,7 +114,7 @@
<name>hantsy/${project.artifactId}:latest</name>
<verboseLogging>true</verboseLogging>
<env>
<BP_JVM_VERSION>17</BP_JVM_VERSION>
<BP_JVM_VERSION>21</BP_JVM_VERSION>
</env>
</image>
</configuration>
Expand Down

0 comments on commit 7307f98

Please sign in to comment.