google-nomulus/common
Weimin Yu 9c564f9d85 Downgrade dependencies that no longer support Java8 (#1617)
* Downgrade dependencies that no longer support Java8

Downgrade two dependencies whose latest versions no longer support
java8.

A follow up PR will add java8 compatibility to presubmit tests.
2022-05-04 02:03:34 -04:00
..
gradle/dependency-locks Downgrade dependencies that no longer support Java8 (#1617) 2022-05-04 02:03:34 -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.