Skip to content

Commit a0faf08

Browse files
apupierswallez
authored andcommitted
Upgrade Parsson from 1.0.0 to 1.0.5 (#722)
fixes #705 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
1 parent f15bdc1 commit a0faf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ dependencies {
195195
// Needed even if using Jackson to have an implementation of the Jsonp object model
196196
// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
197197
// https://github.com/eclipse-ee4j/parsson
198-
api("org.eclipse.parsson:parsson:1.0.0")
198+
api("org.eclipse.parsson:parsson:1.0.5")
199199

200200
// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
201201
// https://github.com/eclipse-ee4j/jsonb-api

0 commit comments

Comments
 (0)