We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a87a32 + f1459df commit f3de3d5Copy full SHA for f3de3d5
adapters/database/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
13
implementation("org.postgresql:postgresql:42.7.4") //DATABASE
14
15
- implementation("net.kyori:adventure-api:4.17.0")
+ implementation("net.kyori:adventure-api:4.23.0")
16
17
compileOnly(project(":api"))
18
api/build.gradle.kts
implementation("com.google.code.gson:gson:2.13.1")
testImplementation("com.h2database:h2:2.3.232")
}
0 commit comments