From e487c85ac8079dffe0666381631a056ed734f3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:14:14 +0900 Subject: [PATCH] Bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final (#4330) Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.100.Final to 4.1.101.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.100.Final...netty-4.1.101.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 72083692c..7eb3338c2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -56,7 +56,7 @@ maven-resolver = "1.8.2" # 5.x requires JDK 11. mockito = "4.11.0" mongo = "4.6.1" -netty = "4.1.100.Final" +netty = "4.1.101.Final" newrelic-api = "5.14.0" okhttp = "5.0.0-alpha.11" # TODO is compiling against an alpha version intentional? postgre = "42.3.8"