Skip to content

Commit

Permalink
fix(deps): update keycloak-updates
Browse files Browse the repository at this point in the history
| datasource | package                                  | from    | to     |
| ---------- | ---------------------------------------- | ------- | ------ |
| maven      | org.bouncycastle:bcpg-fips               | 1.0.7.1 | 2.0.9  |
| maven      | org.keycloak:keycloak-crypto-default     | 24.0.5  | 25.0.2 |
| maven      | org.keycloak:keycloak-services           | 24.0.5  | 25.0.2 |
| maven      | org.keycloak:keycloak-server-spi-private | 24.0.5  | 25.0.2 |
| maven      | org.keycloak:keycloak-server-spi         | 24.0.5  | 25.0.2 |
| maven      | org.keycloak:keycloak-core               | 24.0.5  | 25.0.2 |
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent 28e53e9 commit 4d15c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<keycloak.version>24.0.5</keycloak.version>
<keycloak.version>25.0.2</keycloak.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-fips</artifactId>
<version>1.0.7.1</version>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit 4d15c5a

Please sign in to comment.