From 839fef2ecf5878165fe2fdc2b97368f041d063d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 22:15:57 +0000 Subject: [PATCH] chore(deps): bump netty-all from 4.1.86.Final to 4.1.87.Final Bumps [netty-all](https://github.com/netty/netty) from 4.1.86.Final to 4.1.87.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.86.Final...netty-4.1.87.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b4b854ef..e916a631 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val logbackVersion = "1.4.5" val nimbusSdkVersion = "10.5.1" val mockWebServerVersion = "4.10.0" val jacksonVersion = "2.14.1" -val nettyVersion = "4.1.86.Final" +val nettyVersion = "4.1.87.Final" val junitJupiterVersion = "5.9.2" val kotlinVersion = "1.8.0" val freemarkerVersion = "2.3.31"