Skip to content

Commit e9e7476

Browse files
Bump io.netty:netty-all from 4.1.114.Final to 4.1.115.Final (#132)
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.114.Final to 4.1.115.Final. - [Commits](netty/netty@netty-4.1.114.Final...netty-4.1.115.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>
1 parent 2eddfa4 commit e9e7476

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.114.Final")
54+
testImplementation("io.netty:netty-all:4.1.115.Final")
5555
}
5656

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

0 commit comments

Comments
 (0)