Skip to content

Commit

Permalink
chore: update keycloak version to 22.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbetz committed Sep 11, 2023
1 parent 7db0558 commit e22a3fd
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.0'
version '1.7.1'
java.sourceCompatibility = JavaVersion.VERSION_11

ext {
keycloakVersion = '22.0.0'
keycloakVersion = '22.0.2'
}

repositories {
Expand Down

0 comments on commit e22a3fd

Please sign in to comment.