Skip to content

Commit

Permalink
Upgrade Parsson from 1.0.0 to 1.0.5 (#722)
Browse files Browse the repository at this point in the history
fixes #705

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier authored and swallez committed Jan 24, 2024
1 parent 8049853 commit f18922e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-client-serverless/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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.0.0")
api("org.eclipse.parsson:parsson:1.0.5")

// OpenTelemetry API for native instrumentation of the client.
// Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,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.0.0")
api("org.eclipse.parsson:parsson:1.0.5")

// OpenTelemetry API for native instrumentation of the client.
// Apache 2.0
Expand Down

0 comments on commit f18922e

Please sign in to comment.