Skip to content

Commit

Permalink
Pin version of Guava to 32.1.3 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Dec 6, 2023
1 parent b41a210 commit 105771c
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 @@ -73,6 +73,7 @@
<mockito.junit.jupiter.version>4.11.0</mockito.junit.jupiter.version>
<opentelemetry.version>1.23.1</opentelemetry.version>
<testcontainers.version>1.17.6</testcontainers.version>
<guava.version>32.1.3-jre</guava.version>

<checkstyle.plugin.version>3.3.1</checkstyle.plugin.version>
<jacoco.plugin.version>0.8.8</jacoco.plugin.version>
Expand Down Expand Up @@ -100,6 +101,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 105771c

Please sign in to comment.