Skip to content

Commit 313617e

Browse files
Bump io.netty:netty-handler-proxy from 4.2.5.Final to 4.2.6.Final (#471)
Bumps [io.netty:netty-handler-proxy](https://github.com/netty/netty) from 4.2.5.Final to 4.2.6.Final. - [Commits](netty/netty@netty-4.2.5.Final...netty-4.2.6.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler-proxy dependency-version: 4.2.6.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d798fe6 commit 313617e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ dependencies {
103103
includeInJar("net.raphimc.netminecraft:all:3.1.3-SNAPSHOT") {
104104
exclude group: "com.google.code.gson", module: "gson"
105105
}
106-
includeInJar("io.netty:netty-codec-haproxy:4.2.5.Final") {
106+
includeInJar("io.netty:netty-codec-haproxy:4.2.6.Final") {
107107
transitive = false
108108
}
109-
includeInJar("io.netty:netty-handler-proxy:4.2.5.Final") {
109+
includeInJar("io.netty:netty-handler-proxy:4.2.6.Final") {
110110
transitive = false
111111
}
112-
includeInJar("io.netty:netty-codec-socks:4.2.5.Final") {
112+
includeInJar("io.netty:netty-codec-socks:4.2.6.Final") {
113113
transitive = false
114114
}
115115
includeInJar("net.raphimc:MinecraftAuth:4.1.1") {

0 commit comments

Comments
 (0)