diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 6c9a52e4a5..1e35365d26 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -172,7 +172,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.4") + api("org.eclipse.parsson:parsson:1.1.5") // EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 // http://json-b.net/