Skip to content

Commit

Permalink
Update Auto projects to Guava 32.0.1-jre.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 539064634
  • Loading branch information
eamonnmcmanus authored and Google Java Core Libraries committed Jun 9, 2023
1 parent f8955c9 commit 7394c75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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>32.0.0-jre</guava.version>
<guava.version>32.0.1-jre</guava.version>
<truth.version>1.1.3</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.0</auto-service.version>
<auto-value.version>1.10.1</auto-value.version>
<java.version>1.8</java.version>
<guava.version>32.0.0-jre</guava.version>
<guava.version>32.0.1-jre</guava.version>
<truth.version>1.1.4</truth.version>
</properties>

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>32.0.0-jre</guava.version>
<guava.version>32.0.1-jre</guava.version>
<truth.version>1.1.3</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>32.0.0-jre</guava.version>
<guava.version>32.0.1-jre</guava.version>
<truth.version>1.1.4</truth.version>
</properties>

Expand Down

0 comments on commit 7394c75

Please sign in to comment.