From 7ee4fb117ad4686911612f4dbc5e347ba94e2368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 06:32:06 +0000 Subject: [PATCH] fix(deps): bump io.netty:netty-bom from 4.2.0.Final to 4.2.1.Final Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.2.0.Final to 4.2.1.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.0.Final...netty-4.2.1.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.2.1.Final dependency-type: direct:production update-type: version-update:semver-patch ... 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 9eb20504..d5785588 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.2.0.Final") + api enforcedPlatform("io.netty:netty-bom:4.2.1.Final") constraints { // overall conflicts