Skip to content

Commit

Permalink
fix(deps): update dependency io.netty:netty-all to v4.1.113.final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent f6ce8ee commit 137cd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
modLocalRuntime(module)
}

shadow(api("io.netty:netty-all:4.1.112.Final")!!)
shadow(api("io.netty:netty-all:4.1.113.Final")!!)

// dev env
modLocalRuntime("me.djtheredstoner:DevAuth-fabric:1.2.1")
Expand Down

0 comments on commit 137cd28

Please sign in to comment.