From 9d277d2f7f27d6fdf18f002300baa56fe2acadd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20C=C3=A1mara=20Lara?= Date: Thu, 9 Jul 2026 15:44:25 +0200 Subject: [PATCH] Bump parsson to 1.1.19 (#1273) --- 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 f73c4d2f83..6f9a658674 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -202,7 +202,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.7") + api("org.eclipse.parsson:parsson:1.1.9") // Apache 2.0 // http://commons.apache.org/logging/