Skip to content

Commit 1b1bf0e

Browse files
Bump io.netty:netty-handler from 4.2.4.Final to 4.2.5.Final (#477)
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.2.4.Final to 4.2.5.Final. - [Commits](netty/netty@netty-4.2.4.Final...netty-4.2.5.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler dependency-version: 4.2.5.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6de5b9d commit 1b1bf0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232
implementation("io.ktor:ktor-server-metrics-micrometer:$ktorVersion")
3333
implementation("io.ktor:ktor-server-netty:$ktorVersion")
3434
constraints {
35-
implementation("io.netty:netty-common:4.2.4.Final")
36-
implementation("io.netty:netty-handler:4.2.4.Final")
35+
implementation("io.netty:netty-common:4.2.5.Final")
36+
implementation("io.netty:netty-handler:4.2.5.Final")
3737
}
3838
implementation("io.ktor:ktor-server-status-pages:$ktorVersion")
3939
implementation("io.ktor:ktor-server-webjars:$ktorVersion")

0 commit comments

Comments
 (0)