Skip to content

Commit

Permalink
chore(deps): update plugin-deps (#147)
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.3.1   | 3.5.0  |
| maven      | org.apache.maven.plugins:maven-surefire-plugin        | 3.3.1   | 3.5.0  |
| maven      | com.fasterxml.jackson.core:jackson-databind           | 2.15.2  | 2.17.2 |
| maven      | org.bouncycastle:bcpg-fips                            | 1.0.7.1 | 2.0.9  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent a2b86bd commit 4bfcf1a
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.bouncycastle</groupId>
<artifactId>bcpg-fips</artifactId>
<version>1.0.7.1</version>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>org.projectlombok</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 @@ -93,7 +93,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</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.3.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>generate-report</id>
Expand Down

0 comments on commit 4bfcf1a

Please sign in to comment.