From f18922efbdd912b7c904427500214e08f4be4c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Wed, 24 Jan 2024 13:26:08 +0100 Subject: [PATCH] Upgrade Parsson from 1.0.0 to 1.0.5 (#722) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #705 Signed-off-by: Aurélien Pupier --- java-client-serverless/build.gradle.kts | 2 +- java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java-client-serverless/build.gradle.kts b/java-client-serverless/build.gradle.kts index fca219d44..b7ee174bf 100644 --- a/java-client-serverless/build.gradle.kts +++ b/java-client-serverless/build.gradle.kts @@ -210,7 +210,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.0.0") + api("org.eclipse.parsson:parsson:1.0.5") // OpenTelemetry API for native instrumentation of the client. // Apache 2.0 diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index dd32d8514..7db58d67e 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -206,7 +206,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.0.0") + api("org.eclipse.parsson:parsson:1.0.5") // OpenTelemetry API for native instrumentation of the client. // Apache 2.0