Skip to content

Commit

Permalink
Update transitive "com.google.guava:guava" dependency to 33.1.0-jre #19
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Oct 30, 2024
1 parent d461369 commit a17b164
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0-M5

* #19 Update transitive "com.google.guava:guava" dependency to 33.1.0-jre

## 3.0-M4

* #18 Upgrade to curator 5.6.0
Expand Down
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<properties>
<bootique.version>${project.version}</bootique.version>
<curator.version>5.6.0</curator.version>
<guava.version>33.1.0-jre</guava.version>
</properties>

<scm>
Expand All @@ -60,8 +61,17 @@
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
Expand Down Expand Up @@ -112,6 +122,10 @@
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
Expand Down

0 comments on commit a17b164

Please sign in to comment.