File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
251251indra {
252252 javaVersions {
253- target(16 )
253+ target(17 )
254254 }
255255
256256 configurePublications {
You can’t perform that action at this time.
0 commit comments