From 59a56000a17e746f801ff3b69f61cd2829380473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:17:50 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 3 updates Bumps the gradle group with 2 updates in the / directory: [io.netty:netty-handler](https://github.com/netty/netty) and [net.minidev:json-smart](https://github.com/netplex/json-smart-v2). Updates `io.netty:netty-handler` from 4.2.2.Final to 4.2.4.Final - [Commits](https://github.com/netty/netty/compare/netty-4.2.2.Final...netty-4.2.4.Final) Updates `net.minidev:json-smart` from 2.5.2 to 2.6.0 - [Release notes](https://github.com/netplex/json-smart-v2/releases) - [Commits](https://github.com/netplex/json-smart-v2/compare/2.5.2...v2.6.0) Updates `io.netty:netty-common` from 4.2.2.Final to 4.2.4.Final - [Commits](https://github.com/netty/netty/compare/netty-4.2.2.Final...netty-4.2.4.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler dependency-version: 4.2.4.Final dependency-type: direct:production dependency-group: gradle - dependency-name: net.minidev:json-smart dependency-version: 2.6.0 dependency-type: direct:production dependency-group: gradle - dependency-name: io.netty:netty-common dependency-version: 4.2.4.Final dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 1c14768..129f5fa 100644 --- a/build.gradle +++ b/build.gradle @@ -61,9 +61,9 @@ dependencies // Vulnerability fixes from dependabot implementation "com.google.protobuf:protobuf-java:4.31.1" - implementation "io.netty:netty-handler:4.2.2.Final" - implementation "net.minidev:json-smart:2.5.2" - implementation "io.netty:netty-common:4.2.2.Final" + implementation "io.netty:netty-handler:4.2.4.Final" + implementation "net.minidev:json-smart:2.6.0" + implementation "io.netty:netty-common:4.2.4.Final" } paperweight