Bump dependencies

dependabot/gradle/net.kyori-adventure-api-4.14.0 2.0
William 2 years ago
parent 91ca28680e
commit 608b868a0a
No known key found for this signature in database

@ -16,11 +16,11 @@ repositories {
dependencies { dependencies {
implementation 'org.json:json:20230227' implementation 'org.json:json:20230227'
compileOnly 'net.kyori:adventure-api:4.13.1' compileOnly 'net.kyori:adventure-api:4.13.1'
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:24.0.1'
testImplementation 'net.kyori:adventure-platform-bukkit:4.1.2' testImplementation 'net.kyori:adventure-platform-bukkit:4.3.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
} }
compileJava.options.encoding = 'UTF-8' compileJava.options.encoding = 'UTF-8'

Loading…
Cancel
Save