Skip to content

Commit 55ca1cc

Browse files
Bump io.netty:netty-codec-haproxy from 4.2.3.Final to 4.2.4.Final (#459)
Bumps [io.netty:netty-codec-haproxy](https://github.com/netty/netty) from 4.2.3.Final to 4.2.4.Final. - [Commits](netty/netty@netty-4.2.3.Final...netty-4.2.4.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-haproxy dependency-version: 4.2.4.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 c7b1d4d commit 55ca1cc

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
@@ -85,13 +85,13 @@ dependencies {
8585
includeInJar("net.raphimc.netminecraft:all:3.1.3-SNAPSHOT") {
8686
exclude group: "com.google.code.gson", module: "gson"
8787
}
88-
includeInJar("io.netty:netty-codec-haproxy:4.2.3.Final") {
88+
includeInJar("io.netty:netty-codec-haproxy:4.2.4.Final") {
8989
transitive = false
9090
}
91-
includeInJar("io.netty:netty-handler-proxy:4.2.3.Final") {
91+
includeInJar("io.netty:netty-handler-proxy:4.2.4.Final") {
9292
transitive = false
9393
}
94-
includeInJar("io.netty:netty-codec-socks:4.2.3.Final") {
94+
includeInJar("io.netty:netty-codec-socks:4.2.4.Final") {
9595
transitive = false
9696
}
9797
includeInJar("net.raphimc:MinecraftAuth:4.1.1") {

0 commit comments

Comments
 (0)