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 Nov 21, 2023
2 parents 54ac7a2 + 48e73ab commit 3c1a792
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 @@ -38,10 +38,10 @@ dependencies {
compileOnly "com.viaversion:viaversion-common:4.9.0-23w44a-SNAPSHOT"
compileOnly "org.yaml:snakeyaml:2.2"
compileOnly "com.google.guava:guava:32.1.3-jre"
compileOnly "io.netty:netty-handler:4.1.100.Final"
compileOnly "io.netty:netty-handler:4.1.101.Final"
compileOnly "com.google.code.gson:gson:2.10.1"

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

0 comments on commit 3c1a792

Please sign in to comment.