From d997feea08986878a805e8b9f1ed151b629b8622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:20:33 -0400 Subject: [PATCH] Bump org.eclipse.parsson:parsson from 1.1.3 to 1.1.4 in /java-client (#596) * Bump org.eclipse.parsson:parsson from 1.1.3 to 1.1.4 in /java-client 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] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 2 +- java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 676fca602e448..8693aff769f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `org.ajoberstar.grgit:grgit-gradle` from 5.0.0 to 5.2.0 - Bumps `com.github.jk1.dependency-license-report` from 2.2 to 2.5 - Update `org.apache.httpcomponents.client5:httpclient5` from `5.1.4` to `5.2.1` and `org.apache.httpcomponents.core5:httpcore5` from `5.1.5` to `5.2.2` -- Bumps `org.eclipse.parsson:parsson` from 1.1.2 to 1.1.3 +- Bumps `org.eclipse.parsson:parsson` from 1.1.2 to 1.1.4 ### Changed - Migrate client transports to Apache HttpClient / Core 5.x ([#246](https://github.com/opensearch-project/opensearch-java/pull/246)) diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 61380539c4986..16e2ef6198619 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/