Skip to content

Commit

Permalink
Pin version of Guava to 32.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Dec 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b41a210 commit 1e217b4
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
@@ -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>
@@ -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>

0 comments on commit 1e217b4

Please sign in to comment.