Skip to content

Commit

Permalink
Merge pull request #63 from RaphiMC/dependabot/gradle/io.netty-netty-…
Browse files Browse the repository at this point in the history
…codec-http-4.1.101.Final

Bump io.netty:netty-codec-http from 4.1.100.Final to 4.1.101.Final
  • Loading branch information
RaphiMC committed Nov 9, 2023
2 parents d81ff07 + adf3275 commit 0c0772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
compileOnly "io.netty:netty-handler:4.1.100.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 0c0772b

Please sign in to comment.