Skip to content

Commit

Permalink
update dependencies & plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Feb 6, 2024
1 parent 31d269c commit 83d52aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.1</version>
<scope>provided</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.1</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.1</version>
<version>2.16.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -166,7 +166,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.7</version>
<version>9.0.9</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -222,7 +222,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>default-cli</id>-->
Expand Down

0 comments on commit 83d52aa

Please sign in to comment.