From bb74e7f16d57f521ccf8c35e82c40f875789ccd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:31:56 +0000 Subject: [PATCH] Bump org.eclipse.parsson:parsson from 1.1.3 to 1.1.4 Bumps [org.eclipse.parsson:parsson](https://github.com/eclipse-ee4j/parsson) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/eclipse-ee4j/parsson/releases) - [Commits](https://github.com/eclipse-ee4j/parsson/compare/1.1.3...1.1.4) --- updated-dependencies: - dependency-name: org.eclipse.parsson:parsson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- java-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 61380539c4..16e2ef6198 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -164,7 +164,7 @@ dependencies { // Needed even if using Jackson to have an implementation of the Jsonp object model // EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 // https://github.com/eclipse-ee4j/parsson - api("org.eclipse.parsson:parsson:1.1.3") + api("org.eclipse.parsson:parsson:1.1.4") // EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 // http://json-b.net/