build: Bump dependency versions

This commit is contained in:
Zach Levis 2021-01-16 15:52:40 -08:00 committed by Alexander Söderberg
parent 98f389a72a
commit 753507cc3c
3 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,7 @@
object Versions { object Versions {
const val checkerQual = "3.8.0" const val checkerQual = "3.9.1"
const val geantyref = "1.3.11" const val geantyref = "1.3.11"
const val errorprone = "2.4.0" const val errorprone = "2.5.1"
const val errorprone_javac = "9+181-r4173-1"
// INTEGRATION DEPENDENCIES // INTEGRATION DEPENDENCIES
const val guice = "4.2.3" const val guice = "4.2.3"
@ -30,5 +29,5 @@ object Versions {
// TEST DEPENDENCIES // TEST DEPENDENCIES
const val jupiterEngine = "5.7.0" const val jupiterEngine = "5.7.0"
const val jmh = "1.25.2" const val jmh = "1.27"
} }

View file

@ -45,6 +45,7 @@ public interface ConsumerService<Context>
* *
* @throws PipeBurst Pipe burst * @throws PipeBurst Pipe burst
*/ */
@SuppressWarnings("DoNotCallSuggester")
static void interrupt() throws PipeBurst { static void interrupt() throws PipeBurst {
throw new PipeBurst(); throw new PipeBurst();
} }

View file

@ -1 +1,2 @@
org.gradle.parallel=true org.gradle.parallel=true
org.gradle.jvmargs=-Xmx512m