Skip to content

Commit

Permalink
Merge pull request #368 from YuriyPobezhymov:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 603464253
Change-Id: I117aaf237d02134cdb4979d473dffd1f9c35cbe4
  • Loading branch information
copybara-github committed Feb 1, 2024
2 parents 5720437 + eba0080 commit 6e7d642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ java {
ext {
autoValueVersion = '1.7'
floggerVersion = '0.5.1'
guavaVersion = '31.1-jre'
guavaVersion = '32.0.1-jre'
guiceVersion = '4.2.3'
javaxInjectVersion = '1'
jsoupVersion = '1.9.2'
okhttpVersion = '3.12.0'
protobufVersion = '3.11.4'
protobufVersion = '3.25.2'
tsunamiVersion = 'latest.release'

junitVersion = '4.13'
Expand Down
4 changes: 2 additions & 2 deletions google/fingerprinters/web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ java {
ext {
autoValueVersion = '1.7'
floggerVersion = '0.5.1'
guavaVersion = '28.2-jre'
guavaVersion = '32.0.1-jre'
guiceVersion = '4.2.3'
javaxInjectVersion = '1'
jcommanderVersion = '1.48'
jsoupVersion = '1.9.2'
okhttpVersion = '3.12.0'
protobufVersion = '3.11.4'
protobufVersion = '3.25.2'
tsunamiVersion = 'latest.release'

junitVersion = '4.13'
Expand Down

0 comments on commit 6e7d642

Please sign in to comment.