From 98df6d3260b891b881f7bbd1ea4bc09268b2d321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 06:48:05 +0000 Subject: [PATCH] fix(deps): bump io.netty:netty-bom from 4.1.119.Final to 4.2.0.Final Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.119.Final to 4.2.0.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.119.Final...netty-4.2.0.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index 1b2682ea..3ba20d5b 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -25,7 +25,7 @@ dependencies { api enforcedPlatform("com.github.victools:jsonschema-generator-bom:${victoolsVersion}") // fix CVE-2024-29025 - api enforcedPlatform("io.netty:netty-bom:4.1.119.Final") + api enforcedPlatform("io.netty:netty-bom:4.2.0.Final") constraints { // overall conflicts