Skip to content

Commit

Permalink
Update pom.xml to mitigate moderate vulnerability in keycloak dep
Browse files Browse the repository at this point in the history
  • Loading branch information
DGuhr authored Jan 31, 2024
1 parent 543b97f commit 9c0fc89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<keycloak.version>23.0.3</keycloak.version>
<keycloak.version>23.0.4</keycloak.version>
<kafka.version>3.3.1</kafka.version>
<junit.version>5.8.1</junit.version>
</properties>
Expand Down Expand Up @@ -120,4 +120,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 9c0fc89

Please sign in to comment.