Skip to content

Commit 2ca8966

Browse files
Bump io.netty:netty-handler in /common (#56)
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.116.Final to 4.1.117.Final. - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler 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 c1bf231 commit 2ca8966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
dependencies {
88
compileOnly "com.google.guava:guava:33.4.0-jre"
9-
compileOnly "io.netty:netty-handler:4.1.116.Final"
9+
compileOnly "io.netty:netty-handler:4.1.117.Final"
1010
}
1111

1212
sourceSets {

0 commit comments

Comments
 (0)