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 152429e commit f5b5327
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 @@ -27,10 +27,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 unique-attribute-validator-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>${keycloak.version}-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<jboss.logging.version>3.4.1.Final</jboss.logging.version>
<keycloak.version>25.0.0</keycloak.version>
</properties>
Expand Down

0 comments on commit f5b5327

Please sign in to comment.