mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 15:34:48 +02:00
Downgrade Caffeine to 2.9.3 (#1600)
* Downgrade Caffeine to 2.9.3 Apparently Caffeine >=3.* requires Java 11, and we're still stuck on Java 8 because of App Engine Standard. Fortunately this doesn't affect the exposed interface we're using, so we can simply go back to the newest Caffeine version once Registry 3.0 Phase 3 (GKE migration) is completed.
This commit is contained in:
parent
5d2639834a
commit
c2e1f2e640
61 changed files with 177 additions and 177 deletions
|
@ -13,7 +13,7 @@ com.fasterxml.jackson.core:jackson-databind:2.13.0
|
|||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0
|
||||
com.fasterxml.jackson:jackson-bom:2.13.0
|
||||
com.fasterxml:classmate:1.5.1
|
||||
com.github.ben-manes.caffeine:caffeine:3.0.6
|
||||
com.github.ben-manes.caffeine:caffeine:2.9.3
|
||||
com.github.docker-java:docker-java-api:3.2.7
|
||||
com.github.docker-java:docker-java-transport-zerodep:3.2.7
|
||||
com.github.docker-java:docker-java-transport:3.2.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue