From 3512f87e4d19604eea6858387bd95769e5a502fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 09:22:13 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-all from 4.1.93.Final to 4.1.94.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.93.Final to 4.1.94.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.94.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 5e70afbce..355f46a8b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val logbackVersion = "1.4.7" val nimbusSdkVersion = "10.9.1" val mockWebServerVersion = "4.11.0" val jacksonVersion = "2.15.2" -val nettyVersion = "4.1.93.Final" +val nettyVersion = "4.1.94.Final" val junitJupiterVersion = "5.9.3" val kotlinVersion = "1.8.22" val freemarkerVersion = "2.3.32"