Skip to content

Commit

Permalink
build: consolidate Guava dependency to 31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NiccoMlt committed Oct 18, 2024
1 parent 752e56b commit 3a42f72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion carapace-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${libs.guava}</version>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-bom</artifactId>
<version>${libs.guava}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- Individual dependencies -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 3a42f72

Please sign in to comment.