Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jan 18, 2024
2 parents 33ef75d + f2cddee commit 00dedc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ dependencies {
compileOnly "com.viaversion:viaversion-common:4.10.0-23w51b-SNAPSHOT"
compileOnly "org.yaml:snakeyaml:2.2"
compileOnly "com.google.guava:guava:33.0.0-jre"
compileOnly "io.netty:netty-handler:4.1.104.Final"
compileOnly "io.netty:netty-handler:4.1.105.Final"
compileOnly "com.google.code.gson:gson:2.10.1"

api("io.netty:netty-codec-http:4.1.104.Final") {
api("io.netty:netty-codec-http:4.1.105.Final") {
transitive = false
}
api "io.jsonwebtoken:jjwt-impl:0.12.3"
Expand Down

0 comments on commit 00dedc8

Please sign in to comment.