@@ -14,10 +14,10 @@ buildscript {
14
14
ext {
15
15
libs = [
16
16
jsonSmart : ' net.minidev:json-smart:2.5.0' ,
17
- slf4jApi : ' org.slf4j:slf4j-api:2.0.9 ' ,
17
+ slf4jApi : ' org.slf4j:slf4j-api:2.0.11 ' ,
18
18
gson : ' com.google.code.gson:gson:2.10.1' ,
19
19
hamcrest : ' org.hamcrest:hamcrest:2.2' ,
20
- jacksonDatabind : ' com.fasterxml.jackson.core:jackson-databind:2.15.3 ' ,
20
+ jacksonDatabind : ' com.fasterxml.jackson.core:jackson-databind:2.16.1 ' ,
21
21
jettison : ' org.codehaus.jettison:jettison:1.5.4' ,
22
22
jsonOrg : ' org.json:json:20231013' ,
23
23
tapestryJson : ' org.apache.tapestry:tapestry-json:5.8.3' ,
@@ -28,15 +28,15 @@ ext {
28
28
' commons-io:commons-io:2.15.0' ,
29
29
' junit:junit:4.13.+' ,
30
30
' org.junit.vintage:junit-vintage-engine:5.10.+' ,
31
- ' org.assertj:assertj-core:3.24.2 ' ,
31
+ ' org.assertj:assertj-core:3.25.1 ' ,
32
32
' org.hamcrest:hamcrest:2.2' ,
33
33
' org.glassfish:jakarta.json:2.0.1' ,
34
34
' org.eclipse:yasson:2.0.4' ,
35
35
// 'org.apache.johnzon:johnzon-jsonb:1.2.21',
36
36
' org.slf4j:slf4j-simple:2.0.9' ,
37
37
' com.google.code.gson:gson:2.10.1' ,
38
38
' org.hamcrest:hamcrest:2.2' ,
39
- ' com.fasterxml.jackson.core:jackson-databind:2.15.3 ' ,
39
+ ' com.fasterxml.jackson.core:jackson-databind:2.16.1 ' ,
40
40
' org.codehaus.jettison:jettison:1.5.4' ,
41
41
' org.json:json:20231013' ,
42
42
' org.apache.tapestry:tapestry-json:5.8.3' ,
0 commit comments