Skip to content

Commit

Permalink
Merge pull request #1418 from CloudSlang/Upgrade_vulnerable_dependencies
Browse files Browse the repository at this point in the history
Guava upgrade 32.1.1-jre, jackson upgrade 2.15.2
  • Loading branch information
pentektamas authored Jul 7, 2023
2 parents c53b57e + 9845aab commit e142a3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
<version>32.1.1-jre</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -404,19 +404,19 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0-rc2</version>
<version>2.15.2</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.0-rc2</version>
<version>2.15.2</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.14.0-rc2</version>
<version>2.15.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -464,7 +464,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.2</version>
<version>2.15.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit e142a3d

Please sign in to comment.