Skip to content

Commit 9bae31c

Browse files
Bump io.netty:netty-all from 4.1.107.Final to 4.1.108.Final
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.107.Final to 4.1.108.Final. - [Commits](netty/netty@netty-4.1.107.Final...netty-4.1.108.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>
1 parent 003dfbc commit 9bae31c

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
@@ -45,7 +45,7 @@ dependencies {
4545

4646
// https://github.com/netty/netty/issues/11020
4747
if (osdetector.arch == "aarch_64") {
48-
testImplementation("io.netty:netty-all:4.1.107.Final")
48+
testImplementation("io.netty:netty-all:4.1.108.Final")
4949
}
5050

5151
errorprone("com.google.errorprone:error_prone_core:2.26.1")

0 commit comments

Comments
 (0)