Skip to content

Commit

Permalink
chore(deps): update keycloak-updates
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      | org.projectlombok:lombok                              | 1.18.32 | 1.18.34 |
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 60b664a commit 6159241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<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 @@
<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 @@ -83,7 +83,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 @@ -107,7 +107,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 6159241

Please sign in to comment.