Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit e844f75

Browse files
Bump io.netty:netty-all from 4.1.109.Final to 4.1.110.Final (#229)
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.109.Final to 4.1.110.Final. - [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.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 e93e312 commit e844f75

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
@@ -66,7 +66,7 @@ dependencies {
6666

6767
// https://github.com/netty/netty/issues/11020
6868
if (osdetector.arch == "aarch_64") {
69-
testImplementation("io.netty:netty-all:4.1.109.Final")
69+
testImplementation("io.netty:netty-all:4.1.110.Final")
7070
}
7171

7272
pitest("it.mulders.stryker:pit-dashboard-reporter:0.2.1")

0 commit comments

Comments
 (0)