Merge pull request #39 from ViaVersion/dependabot/gradle/io.netty-netty-handler-4.1.97.Final

Bump io.netty:netty-handler from 4.1.96.Final to 4.1.97.Final
This commit is contained in:
RK_01 2023-08-24 12:33:51 +02:00 committed by GitHub
commit c366361b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ dependencies {
compileOnly "com.viaversion:viaversion:4.8.0-23w31a-SNAPSHOT"
compileOnly "org.yaml:snakeyaml:2.1"
compileOnly "com.google.guava:guava:32.1.2-jre"
compileOnly "io.netty:netty-handler:4.1.96.Final"
compileOnly "io.netty:netty-handler:4.1.97.Final"
api "net.lenni0451.mcstructs:text:2.3.1"
}