build: Bump dependency versions
This commit is contained in:
parent
98f389a72a
commit
753507cc3c
3 changed files with 5 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
|||
object Versions {
|
||||
const val checkerQual = "3.8.0"
|
||||
const val checkerQual = "3.9.1"
|
||||
const val geantyref = "1.3.11"
|
||||
const val errorprone = "2.4.0"
|
||||
const val errorprone_javac = "9+181-r4173-1"
|
||||
const val errorprone = "2.5.1"
|
||||
|
||||
// INTEGRATION DEPENDENCIES
|
||||
const val guice = "4.2.3"
|
||||
|
|
@ -30,5 +29,5 @@ object Versions {
|
|||
|
||||
// TEST DEPENDENCIES
|
||||
const val jupiterEngine = "5.7.0"
|
||||
const val jmh = "1.25.2"
|
||||
const val jmh = "1.27"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ public interface ConsumerService<Context>
|
|||
*
|
||||
* @throws PipeBurst Pipe burst
|
||||
*/
|
||||
@SuppressWarnings("DoNotCallSuggester")
|
||||
static void interrupt() throws PipeBurst {
|
||||
throw new PipeBurst();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
org.gradle.parallel=true
|
||||
org.gradle.jvmargs=-Xmx512m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue