Skip to content

Commit

Permalink
pom.xml: Fixed dependabot alert issues
Browse files Browse the repository at this point in the history
Changes:
1. Fixed dependabot issues by upgrading
   dependencies to specified versions.

Signed-off-by: R, Vishwas <vishwas.r@intel.com>
  • Loading branch information
iamvishwas authored and arvind5 committed Feb 22, 2024
1 parent a74d40f commit d7e2548
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.0</version>
<version>2.13.4.2</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-jre</version>
<version>32.0.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -130,7 +130,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.7</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20190722</version>
<version>20231013</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit d7e2548

Please sign in to comment.