From 5ae6f247b4713fdf6f348589502aa2acd5197180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:57:34 +0000 Subject: [PATCH] Bump io.netty:netty-transport from 4.1.106.Final to 4.1.107.Final Bumps [io.netty:netty-transport](https://github.com/netty/netty) from 4.1.106.Final to 4.1.107.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.106.Final...netty-4.1.107.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a0febb6..d70c8e1 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ application { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - api 'io.netty:netty-transport:4.1.106.Final' + api 'io.netty:netty-transport:4.1.107.Final' api 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0' implementation 'ch.qos.logback:logback-classic:1.4.14' }