From d38af59013978339cb6c1f5c36da06fc9e45d865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 08:26:05 +0000 Subject: [PATCH] chore(deps): bump netty-all from 4.1.77.Final to 4.1.78.Final Bumps [netty-all](https://github.com/netty/netty) from 4.1.77.Final to 4.1.78.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.77.Final...netty-4.1.78.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 1df4f421..c1cf7ff0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val logbackVersion = "1.2.11" val nimbusSdkVersion = "9.37.2" val mockWebServerVersion = "4.10.0" val jacksonVersion = "2.13.3" -val nettyVersion = "4.1.77.Final" +val nettyVersion = "4.1.78.Final" val junitJupiterVersion = "5.8.2" val kotlinVersion = "1.7.0" val freemarkerVersion = "2.3.31"