Skip to content

Commit

Permalink
Update Guava dependencies.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 537883384
  • Loading branch information
eamonnmcmanus authored and Google Java Core Libraries committed Jun 5, 2023
1 parent 7d46d87 commit e27cfe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>31.1-jre</guava.version>
<guava.version>32.0.0-jre</guava.version>
<truth.version>1.1.3</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>31.1-jre</guava.version>
<guava.version>32.0.0-jre</guava.version>
<truth.version>1.1.3</truth.version>
</properties>

Expand Down

0 comments on commit e27cfe2

Please sign in to comment.