From e728b220b952913e40f7ef8326d7f31057a5cc63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:16:32 +0100 Subject: [PATCH] Bump io.netty:netty-bom from 4.1.101.Final to 4.1.104.Final (#4524) 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 0aa0734937..4bd6fc6129 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -59,7 +59,7 @@ log4j = "2.21.1" maven-resolver = "1.9.18" mockito = "5.7.0" mongo = "4.11.1" -netty = "4.1.101.Final" +netty = "4.1.104.Final" newrelic-api = "5.14.0" okhttp = "5.0.0-alpha.11" # TODO is compiling against an alpha version intentional? postgre = "42.6.0"