From e20b7946d9e9fb5f9df5194b8779187e21b01d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 08:02:50 +0000 Subject: [PATCH] chore(deps): bump netty-all from 4.1.84.Final to 4.1.85.Final Bumps [netty-all](https://github.com/netty/netty) from 4.1.84.Final to 4.1.85.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.84.Final...netty-4.1.85.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 8c4e6111..836f7915 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val logbackVersion = "1.2.11" val nimbusSdkVersion = "10.1" val mockWebServerVersion = "4.10.0" val jacksonVersion = "2.14.0" -val nettyVersion = "4.1.84.Final" +val nettyVersion = "4.1.85.Final" val junitJupiterVersion = "5.9.1" val kotlinVersion = "1.7.21" val freemarkerVersion = "2.3.31"