google-nomulus/common
Weimin Yu f5981a1bf9 Use Gradle dependency dynamic versioning (#1612)
* Use Gradle dependency dynamic versioning

Use dynamic versioning for Gradle dependencies when possible.
Please refer to go/dr-dependency-upgrade for more information about the
automation plan.

This PR calls out all dependencies that must be pinned to specific
versions for various reasons. The remaining ones are converted to
open-ended version ranges ("[version_str,)").
2022-05-02 14:10:52 -04:00
..
gradle/dependency-locks Use Gradle dependency dynamic versioning (#1612) 2022-05-02 14:10:52 -04:00
src Convert more Guava caches to Caffeine (#1603) 2022-04-26 11:26:51 -04:00
build.gradle Convert more Guava caches to Caffeine (#1603) 2022-04-26 11:26:51 -04:00
README.md Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00

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.