Skip to content

Commit

Permalink
build: Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 authored and Citymonstret committed Jan 17, 2021
1 parent 98f389a commit 753507c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public interface ConsumerService<Context>
*
* @throws PipeBurst Pipe burst
*/
@SuppressWarnings("DoNotCallSuggester")
static void interrupt() throws PipeBurst {
throw new PipeBurst();
}
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx512m

0 comments on commit 753507c

Please sign in to comment.