Skip to content

Commit

Permalink
1. Fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
megoRU committed Oct 18, 2023
1 parent 9de1170 commit 7756c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.boticordjava.api</groupId>
<artifactId>boticordjava</artifactId>
<version>5.4</version>
<version>5.4.1</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230618</version>
<version>20231013</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7756c19

Please sign in to comment.