Skip to content

Commit

Permalink
Bump to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jun 10, 2024
1 parent c6b7e56 commit bab90b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
languages: java-kotlin
queries: security-extended,security-and-quality

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'corretto'
cache: maven

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<properties>
<keycloak.version>25.0.0</keycloak.version>

<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit bab90b0

Please sign in to comment.