Skip to content

Commit

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

Bump io.netty:netty-codec-http from 4.1.104.Final to 4.1.105.Final
  • Loading branch information
RaphiMC authored Jan 16, 2024
2 parents 0586ff7 + aa4e091 commit f2cddee
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 @@ -42,7 +42,7 @@ dependencies {
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 f2cddee

Please sign in to comment.