From c7fa827d8bfce15282b2efc92450faba8b993b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:16:50 +0000 Subject: [PATCH] Bump com.cedarsoftware:json-io from 4.30.0 to 4.33.0 Bumps [com.cedarsoftware:json-io](https://github.com/jdereg/json-io) from 4.30.0 to 4.33.0. - [Changelog](https://github.com/jdereg/json-io/blob/master/changelog.md) - [Commits](https://github.com/jdereg/json-io/compare/4.30.0...4.33.0) --- updated-dependencies: - dependency-name: com.cedarsoftware:json-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- java-cfenv/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-cfenv/build.gradle b/java-cfenv/build.gradle index 5954b07..c99e053 100644 --- a/java-cfenv/build.gradle +++ b/java-cfenv/build.gradle @@ -6,7 +6,7 @@ plugins { description = 'Java CF Env Core Library' dependencies { - api 'com.cedarsoftware:json-io:4.30.0' + api 'com.cedarsoftware:json-io:4.33.0' testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "junit:junit"