diff --git a/CHANGELOG.md b/CHANGELOG.md index 728d55b838..86bbc0f51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `com.github.jk1.dependency-license-report` from 1.19 to 2.2 -- Bumps `org.eclipse.parsson:parsson` from 1.1.1 to 1.1.2 +- Bumps `org.eclipse.parsson:parsson` from 1.1.2 to 1.1.4 ### Changed - Improve time taken by Github actions by using cache ([#439](https://github.com/opensearch-project/opensearch-java/pull/439)) diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 5092b68f41..5096f81d83 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -154,7 +154,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.2") + api("org.eclipse.parsson:parsson:1.1.4") // EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 // http://json-b.net/