From 64bd331f1a2bccfb47e0a2e9648f025ee907944e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 06:27:39 +0000 Subject: [PATCH] fix(deps): bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.109.Final to 4.1.110.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.109.Final...netty-4.1.110.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom 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 216552a60..e89c8e5ac 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -29,7 +29,7 @@ dependencies { api enforcedPlatform("com.github.victools:jsonschema-generator-bom:${victoolsVersion}") // fix CVE-2024-29025 - api enforcedPlatform("io.netty:netty-bom:4.1.109.Final") + api enforcedPlatform("io.netty:netty-bom:4.1.110.Final") constraints { // overall testing dependencies