Skip to content

Commit

Permalink
Update the version of some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingbic committed Sep 13, 2024
1 parent 17dc87e commit b97f970
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 @@ -14,7 +14,7 @@
<osgi.api.version>6.0.0</osgi.api.version>

<!-- Maven Plugin Settings -->
<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-bundle-plugin.version>5.1.1</maven-bundle-plugin.version>
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
Expand Down Expand Up @@ -196,7 +196,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.9.10.8,)</version>
<version>[2.12.7.1,)</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -286,7 +286,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<version>2.8.9</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit b97f970

Please sign in to comment.