Skip to content

Commit 556ae89

Browse files
Bump io.netty:netty-codec-socks from 4.2.9.Final to 4.2.10.Final
Bumps [io.netty:netty-codec-socks](https://github.com/netty/netty) from 4.2.9.Final to 4.2.10.Final. - [Commits](netty/netty@netty-4.2.9.Final...netty-4.2.10.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-socks dependency-version: 4.2.10.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f992a77 commit 556ae89

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
@@ -84,13 +84,13 @@ dependencies {
8484
includeInJar("net.raphimc.netminecraft:all:3.1.5-SNAPSHOT") {
8585
exclude group: "com.google.code.gson", module: "gson"
8686
}
87-
includeInJar("io.netty:netty-codec-haproxy:4.2.9.Final") {
87+
includeInJar("io.netty:netty-codec-haproxy:4.2.10.Final") {
8888
transitive = false
8989
}
90-
includeInJar("io.netty:netty-handler-proxy:4.2.9.Final") {
90+
includeInJar("io.netty:netty-handler-proxy:4.2.10.Final") {
9191
transitive = false
9292
}
93-
includeInJar("io.netty:netty-codec-socks:4.2.9.Final") {
93+
includeInJar("io.netty:netty-codec-socks:4.2.10.Final") {
9494
transitive = false
9595
}
9696
includeInJar("net.raphimc:MinecraftAuth:5.0.0") {

0 commit comments

Comments
 (0)