From 9b56fe29e1eed4f1fc567ee6cca9eccb8a6ba152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:24:53 +0100 Subject: [PATCH] Bump io.netty:netty-bom from 4.1.101.Final to 4.1.104.Final (#4545) Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.101.Final to 4.1.104.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.101.Final...netty-4.1.104.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 008e9a2d47..8fa581a8de 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.101.Final" +netty = "4.1.104.Final" newrelic-api = "5.14.0" okhttp = "5.0.0-alpha.12" # TODO is compiling against an alpha version intentional? postgre = "42.3.8"