From fbcc4debb92567d36af9cc94704eee4b43e9a1b1 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 8 Apr 2024 11:59:54 -0400 Subject: [PATCH] Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 (#923) (#925) * Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 Bumps [org.eclipse.parsson:parsson](https://github.com/eclipse-ee4j/parsson) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/eclipse-ee4j/parsson/releases) - [Commits](https://github.com/eclipse-ee4j/parsson/compare/1.1.5...1.1.6) --- 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] (cherry picked from commit 33d571fb410ed1264279e5c8976868b49202c0cb) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16dc077f79..7d10abfa44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.0 to 5.3.1 - Bumps `io.github.classgraph:classgraph` from 4.8.165 to 4.8.168 - Bumps `jackson` from 2.15.2 to 2.17.0 +- Bumps `org.eclipse.parsson:parsson` from 1.1.5 to 1.1.6 ### Changed diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index e3e3ef1e4b..bdd4f34698 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -179,7 +179,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.6") // EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 // http://json-b.net/