Skip to content

Commit

Permalink
chore: update to keycloak v23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbetz committed Nov 23, 2023
1 parent 93516f9 commit df59388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
}

group 'at.klausbetz'
version '1.7.1'
version '1.8.0'
java.sourceCompatibility = JavaVersion.VERSION_11

ext {
keycloakVersion = '22.0.2'
keycloakVersion = '23.0.0'
}

repositories {
Expand Down

0 comments on commit df59388

Please sign in to comment.