From e5ca39100ed4d548c59fbeb0ccc997c74d2ca265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:44:35 +0000 Subject: [PATCH] Bump com.cedarsoftware:json-io from 4.14.2 to 4.15.0 Bumps [com.cedarsoftware:json-io](https://github.com/jdereg/json-io) from 4.14.2 to 4.15.0. - [Changelog](https://github.com/jdereg/json-io/blob/master/changelog.md) - [Commits](https://github.com/jdereg/json-io/compare/4.14.2...4.15.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 9672fa7..bccb10b 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.14.2' + api 'com.cedarsoftware:json-io:4.15.0' testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "junit:junit"