mirror of
https://github.com/lukin/keywind.git
synced 2025-01-25 08:46:27 +00:00
Update pom.xml
Update version of Keycloak
This commit is contained in:
parent
c5cf4b1329
commit
5f88b87127
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -37,17 +37,17 @@
|
|||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-server-spi-private</artifactId>
|
||||
<version>22.0.1</version>
|
||||
<version>23.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-services</artifactId>
|
||||
<version>22.0.1</version>
|
||||
<version>23.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-themes</artifactId>
|
||||
<version>22.0.1</version>
|
||||
<version>23.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in a new issue