Skip to content

Commit

Permalink
chore(deps): update plugin-deps
Browse files Browse the repository at this point in the history
| datasource | package                                               | from    | to      |
| ---------- | ----------------------------------------------------- | ------- | ------- |
| maven      | org.apache.maven.plugins:maven-surefire-report-plugin | 3.2.5   | 3.3.1   |
| maven      | org.apache.maven.plugins:maven-surefire-plugin        | 3.2.5   | 3.3.1   |
| maven      | org.apache.maven.plugins:maven-jar-plugin             | 3.4.1   | 3.4.2   |
| maven      | com.fasterxml.jackson.core:jackson-databind           | 2.15.2  | 2.17.2  |
| maven      | org.projectlombok:lombok                              | 1.18.32 | 1.18.34 |
| maven      | org.bouncycastle:bcpg-fips                            | 1.0.7.1 | 2.0.8   |
| maven      | org.keycloak:keycloak-crypto-default                  | 24.0.5  | 25.0.2  |
| maven      | org.keycloak:keycloak-saml-core                       | 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 8, 2024
1 parent fabf14c commit ae36d5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 @@ -49,12 +49,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-fips</artifactId>
<version>1.0.7.1</version>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
Expand All @@ -71,7 +71,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.17.2</version>
</dependency>
</dependencies>

Expand All @@ -81,7 +81,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<configuration>
<archive>
<manifestEntries>
Expand All @@ -93,7 +93,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.1</version>
<configuration>
<argLine>
${surefireArgLine}
Expand All @@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.1</version>
<executions>
<execution>
<id>generate-report</id>
Expand Down

0 comments on commit ae36d5f

Please sign in to comment.