Skip to content

Commit d03f9dc

Browse files
committed
Dependency updates
1 parent a370fe2 commit d03f9dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build-logic/src/main/kotlin/Versions.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object Versions {
2-
const val checkerQual = "3.9.1"
3-
const val geantyref = "1.3.11"
2+
const val checkerQual = "3.19.0"
3+
const val geantyref = "1.3.13"
44
const val errorprone = "2.9.0"
55

66
// INTEGRATION DEPENDENCIES
@@ -16,7 +16,7 @@ object Versions {
1616
const val commodore = "1.10"
1717
const val bungeecord = "1.8-SNAPSHOT"
1818
const val cloudburst = "1.0.0-SNAPSHOT"
19-
const val adventureApi = "4.9.1"
19+
const val adventureApi = "4.9.3"
2020
const val adventurePlatform = "4.0.0"
2121
const val paperApi = "1.16.5-R0.1-SNAPSHOT"
2222
const val velocityApi = "1.1.0"
@@ -31,6 +31,6 @@ object Versions {
3131
const val pircbotx = "83a4c22e80"
3232

3333
// TEST DEPENDENCIES
34-
const val jupiterEngine = "5.7.0"
34+
const val jupiterEngine = "5.8.1"
3535
const val jmh = "1.27"
3636
}

0 commit comments

Comments
 (0)