mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02:00
Update a lot of Cloud API dependencies (#994)
Hopefully this will help us to resolve our 'gRPC is too old' warning (gRPC isn't a direct dependency so it's likely coming in through these).
This commit is contained in:
parent
18c829c023
commit
a52a8695e3
124 changed files with 5438 additions and 5343 deletions
|
@ -263,8 +263,8 @@ public abstract class RdapActionBase implements Runnable {
|
|||
|
||||
static boolean isDatastore() {
|
||||
return tm().transact(
|
||||
() ->
|
||||
DatabaseMigrationUtils.getPrimaryDatabase(TransitionId.REPLAYED_ENTITIES)
|
||||
.equals(PrimaryDatabase.DATASTORE));
|
||||
() ->
|
||||
DatabaseMigrationUtils.getPrimaryDatabase(TransitionId.REPLAYED_ENTITIES)
|
||||
.equals(PrimaryDatabase.DATASTORE));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue