From 598c6042573e79bd8a679c288b39593a7a52ea5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:03:22 +0000 Subject: [PATCH] chore(deps): bump net.minidev:json-smart from 2.5.2 to 2.6.0 Bumps [net.minidev:json-smart](https://github.com/netplex/json-smart-v2) 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) --- updated-dependencies: - dependency-name: net.minidev:json-smart dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 a45ee0b..2226d3c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ jetbrains-annotations = "26.0.2" junit = "5.12.2" lalaki-central-plugin = "1.2.8" xml-unit = "2.10.0" -json-smart = "2.5.2" +json-smart = "2.6.0" [plugins] lalaki-central-plugin = { id = "cn.lalaki.central", version.ref = "lalaki-central-plugin" }