google-nomulus/common
Lai Jiang c896c022a6
Remove caps/pins on some dependencies (#2348)
Also re-organized the dependencies.gradle file.

Not all caps/pins are removed at this point, but I think this is enough
change for one PR.
2024-03-05 17:00:40 +00:00
..
src Compile Nomulus with Java 21 (#2344) 2024-03-04 19:31:08 +00:00
build.gradle Upgrade to Gradle 7.3.2 (#1922) 2023-01-25 12:47:35 -05:00
buildscript-gradle.lockfile Upgrade to Gradle 7.0 (#1712) 2022-07-26 11:41:27 -04:00
gradle.lockfile Remove caps/pins on some dependencies (#2348) 2024-03-05 17:00:40 +00: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.