mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02:00
Bump flogger and beam dependency versions (#1562)
* Bump flogger and beam dependency versions Beam 2.34.0 -> 2.37.0 Flogger 0.7.3 -> 0.7.4 Intellij keeps getting confused about which version of Flogger we're bringing in. Even though we had previously locked Flogger to 0.7.3, for some reason it was still bringing in the Beam transitive dependency of 0.6.0 which was causing the a bunch of class initialization errors. Bumping Beam to 2.34.0 bumps the transitive dependency to 0.7.4 so we can always use that.
This commit is contained in:
parent
d9c7a9e9f5
commit
df0758a494
114 changed files with 7451 additions and 7293 deletions
|
@ -4,7 +4,7 @@
|
|||
com.google.auto.value:auto-value-annotations:1.7.4
|
||||
com.google.code.findbugs:jsr305:3.0.2
|
||||
com.google.errorprone:error_prone_annotations:2.5.1
|
||||
com.google.flogger:flogger:0.7.3
|
||||
com.google.flogger:flogger:0.7.4
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:30.1.1-jre
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue