Merge pull request #46 from Pantera07/bump

Update dependencies
This commit is contained in:
Max 2022-12-11 11:57:39 +02:00 committed by GitHub
commit f5003b1126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,12 +20,12 @@ repositories {
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
implementation 'org.spongepowered:configurate-yaml:4.1.2'
implementation 'io.netty:netty-all:4.1.82.Final'
implementation 'net.kyori:adventure-nbt:4.11.0'
implementation 'io.netty:netty-all:4.1.85.Final'
implementation 'net.kyori:adventure-nbt:4.12.0'
implementation 'com.grack:nanojson:1.7'
}