mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
* 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. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
README.md |
Summary
This project holds some of the general-purpose utility classes that do not rely on the registry domain model.
This is an intermediate step in untangling the circular dependencies between :core and :util subprojects.