Skip to content

Commit 0c063c3

Browse files
Bump io.netty:netty-all from 4.1.118.Final to 4.1.119.Final (#155)
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.118.Final to 4.1.119.Final. - [Commits](netty/netty@netty-4.1.118.Final...netty-4.1.119.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
1 parent dea7b3c commit 0c063c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
// https://github.com/netty/netty/issues/11020
5353
if (osdetector.arch == "aarch_64") {
54-
testImplementation("io.netty:netty-all:4.1.118.Final")
54+
testImplementation("io.netty:netty-all:4.1.119.Final")
5555
}
5656

5757
errorprone("com.google.errorprone:error_prone_core:2.36.0")

0 commit comments

Comments
 (0)