Skip to content

Commit 7682c9f

Browse files
committed
Bump versions, J17
1 parent cbf11d7 commit 7682c9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ dependencies {
4141

4242
// Directly tied to what's available from Minecraft
4343
api("org.apache.logging.log4j:log4j-api:$log4jVersion")
44-
api("com.google.guava:guava:21.0") {
44+
api("com.google.guava:guava:31.0.1-jre") {
4545
exclude(group ="com.google.code.findbugs", module = "jsr305") // We don't want to use jsr305, use checkerframework
4646
exclude(group = "org.checkerframework", module = "checker-qual") // We use our own version
4747
exclude(group = "com.google.j2objc", module = "j2objc-annotations")
4848
exclude(group = "org.codehaus.mojo", module = "animal-sniffer-annotations")
4949
}
50-
api("com.google.code.gson:gson:2.8.0")
50+
api("com.google.code.gson:gson:2.8.8")
5151

5252
// Adventure
5353
api(platform("net.kyori:adventure-bom:$adventureVersion"))
@@ -250,7 +250,7 @@ spongeConvention {
250250

251251
indra {
252252
javaVersions {
253-
target(16)
253+
target(17)
254254
}
255255

256256
configurePublications {

0 commit comments

Comments
 (0)