Skip to content

Commit

Permalink
chore(dependencies): update Keycloak version
Browse files Browse the repository at this point in the history
* update Keycloak version
* adapt code ans services conf to new keycloak version
Can't update to Keycloak 22.x as it no longer supports Java 11
fix several CVEs

Covers [RUNTIME-1742](https://bonitasoft.atlassian.net/browse/RUNTIME-1742)

Report of bonitasoft/bonita-web-sp@8018565
  • Loading branch information
bonita-ci authored Aug 25, 2023
1 parent 707dc13 commit 867694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Deps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Deps {
public static String hamcrestVersion = "2.1"
public static String woodstoxCoreVersion = "6.4.0"
public static String woodstoxStax2ApiVersion = "3.1.4"
public static String keycloakVersion = "20.0.3"
public static String keycloakVersion = "21.1.2"
public static String spnegoVersion = "1.1.1"

// Test dependency versions:
Expand Down

0 comments on commit 867694e

Please sign in to comment.