Skip to content

Commit

Permalink
fix: guava version update because of vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri committed Jul 11, 2022
1 parent 9c39d9d commit 83ec2f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<awaitility.version>4.2.0</awaitility.version>
<spring-boot.version>2.7.1</spring-boot.version>
<micrometer-core.version>1.9.1</micrometer-core.version>
<guava.version>31.1-jre</guava.version>

<fmt-maven-plugin.version>2.11</fmt-maven-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
Expand Down Expand Up @@ -170,6 +171,11 @@
<artifactId>operator-framework</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 83ec2f4

Please sign in to comment.