Bump gwtorm to 1.20

Change-Id: I98f3f1fb25d165ac1d24282eff84afab0533af83
This commit is contained in:
David Ostrovsky
2018-12-07 00:21:35 +01:00
committed by David Pursehouse
parent e1257b07df
commit d54fc0bb59
3 changed files with 5 additions and 5 deletions

View File

@@ -191,9 +191,9 @@ maven_jar(
maven_jar(
name = "gwtorm-client",
artifact = "com.google.gerrit:gwtorm:1.18",
sha1 = "f326dec463439a92ccb32f05b38345e21d0b5ecf",
src_sha1 = "e0b973d5cafef3d145fa80cdf032fcead1186d29",
artifact = "com.google.gerrit:gwtorm:1.20",
sha1 = "a4809769b710bc8ce3f203125630b8419f0e58b0",
src_sha1 = "cb63296276ce3228b2d83a37017a99e38ad8ed42",
)
maven_jar(

View File

@@ -16,7 +16,7 @@ package com.google.gerrit.testing;
import com.google.common.base.CharMatcher;
import com.google.gwtorm.client.KeyUtil;
import com.google.gwtorm.server.StandardKeyEncoder;
import com.google.gwtorm.client.StandardKeyEncoder;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.rules.ExpectedException;