Skip to content

Commit

Permalink
Merge pull request #23 from CaritasDeutschland/feature-update-keycloak
Browse files Browse the repository at this point in the history
feat: update keycloak to 11.0.2
  • Loading branch information
mebo4b authored Nov 5, 2020
2 parents bdbaec4 + 8d9aa25 commit afb0bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-spring-security-adapter</artifactId>
<version>4.4.0.Final</version>
<version>11.0.2</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-spring-boot-starter</artifactId>
<version>4.4.0.Final</version>
<version>11.0.2</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-admin-client</artifactId>
<version>4.4.0.Final</version>
<version>11.0.2</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
Expand Down

0 comments on commit afb0bc0

Please sign in to comment.