Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
fixes #312
fixes #313
fixes #323
fixes #324
  • Loading branch information
kashike committed Apr 13, 2021
1 parent a963b70 commit 79bc38a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api(project(":adventure-key"))
api("net.kyori:examination-api:1.1.0")
api("net.kyori:examination-string:1.1.0")
compileOnlyApi("org.checkerframework:checker-qual:3.11.0")
compileOnlyApi("org.checkerframework:checker-qual:3.12.0")
compileOnlyApi("org.jetbrains:annotations:20.1.0")
testImplementation("com.google.guava:guava:23.0")
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id "net.kyori.indra.license-header" version "$indraVersion" apply false
id "net.kyori.indra.publishing.sonatype" version "$indraVersion" apply false

id "com.adarshr.test-logger" version "2.1.1" apply false
id "com.adarshr.test-logger" version "3.0.0" apply false
}

group "net.kyori"
Expand Down Expand Up @@ -61,7 +61,7 @@ subprojects {
dependencies {
api(platform(project(":adventure-bom")))
checkstyle("ca.stellardrift:stylecheck:0.1")
testImplementation("com.google.guava:guava-testlib:30.1-jre")
testImplementation("com.google.guava:guava-testlib:30.1.1-jre")
testImplementation("com.google.truth:truth:1.1.2")
testImplementation("com.google.truth.extensions:truth-java8-extension:1.1.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.1")
Expand Down
2 changes: 1 addition & 1 deletion extra-kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "1.4.31"
id "org.jetbrains.kotlin.jvm" version "1.4.32"
}

compileKotlin {
Expand Down
2 changes: 1 addition & 1 deletion key/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ configurations.testCompileOnly {
dependencies {
api("net.kyori:examination-api:1.1.0")
api("net.kyori:examination-string:1.1.0")
compileOnlyApi("org.checkerframework:checker-qual:3.11.0")
compileOnlyApi("org.checkerframework:checker-qual:3.12.0")
compileOnlyApi("org.jetbrains:annotations:20.1.0")
testImplementation("com.google.guava:guava:23.0")
}
Expand Down
2 changes: 1 addition & 1 deletion nbt/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api("net.kyori:examination-api:1.1.0")
api("net.kyori:examination-string:1.1.0")
compileOnlyApi("org.checkerframework:checker-qual:3.11.0")
compileOnlyApi("org.checkerframework:checker-qual:3.12.0")
compileOnlyApi("org.jetbrains:annotations:20.1.0")
}

Expand Down

0 comments on commit 79bc38a

Please sign in to comment.