Skip to content

Commit 5305aa5

Browse files
dependabot[bot]reta
authored andcommitted
Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 (opensearch-project#923)
* 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](eclipse-ee4j/parsson@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] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 33d571f)
1 parent c9d874d commit 5305aa5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1414
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.0 to 5.3.1
1515
- Bumps `io.github.classgraph:classgraph` from 4.8.165 to 4.8.168
1616
- Bumps `jackson` from 2.15.2 to 2.17.0
17+
- Bumps `org.eclipse.parsson:parsson` from 1.1.5 to 1.1.6
1718

1819
### Changed
1920

java-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ dependencies {
179179
// Needed even if using Jackson to have an implementation of the Jsonp object model
180180
// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
181181
// https://github.com/eclipse-ee4j/parsson
182-
api("org.eclipse.parsson:parsson:1.1.4")
182+
api("org.eclipse.parsson:parsson:1.1.6")
183183

184184
// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
185185
// http://json-b.net/

0 commit comments

Comments
 (0)