Skip to content

Commit

Permalink
update keycloak dependencies
Browse files Browse the repository at this point in the history
keycloak-services 13.0.1 had a CVE https://access.redhat.com/security/cve/cve-2021-4133#cve-cvss-v3 which is patched in 15.1.1
  • Loading branch information
nilsbehlen committed Jan 7, 2022
1 parent 6f8535a commit dda109b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.privacyidea</groupId>
<artifactId>privacyidea-keycloak-provider</artifactId>

<version>1.0.0</version>
<version>1.0.1</version>

<packaging>jar</packaging>

Expand All @@ -46,19 +46,19 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>
<version>13.0.1</version>
<version>15.1.1</version>
</dependency>

<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-spi</artifactId>
<version>13.0.1</version>
<version>15.1.1</version>
</dependency>

<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-spi-private</artifactId>
<version>13.0.1</version>
<version>15.1.1</version>
</dependency>

<dependency>
Expand All @@ -76,7 +76,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-common</artifactId>
<version>13.0.1</version>
<version>15.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit dda109b

Please sign in to comment.