Skip to content

Commit

Permalink
Bump Guava to 33.2.0.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 630049144
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed May 2, 2024
1 parent 0585003 commit 1467f72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>33.1.0-jre</guava.version>
<guava.version>33.2.0-jre</guava.version>
<truth.version>1.4.2</truth.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<auto-service.version>1.1.1</auto-service.version>
<auto-value.version>1.10.4</auto-value.version>
<java.version>1.8</java.version>
<guava.version>33.1.0-jre</guava.version>
<guava.version>33.2.0-jre</guava.version>
<truth.version>1.4.2</truth.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion factory/src/it/functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
<version>33.2.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>33.1.0-jre</guava.version>
<guava.version>33.2.0-jre</guava.version>
<truth.version>1.4.2</truth.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>33.1.0-jre</guava.version>
<guava.version>33.2.0-jre</guava.version>
<truth.version>1.4.2</truth.version>
</properties>

Expand Down

0 comments on commit 1467f72

Please sign in to comment.