We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534ba7b commit 551a099Copy full SHA for 551a099
build.gradle
@@ -34,11 +34,11 @@ plugins {
34
*/
35
36
dependencies {
37
- api 'com.google.code.gson:gson:2.11.0'
+ api 'com.google.code.gson:gson:2.13.1'
38
39
testImplementation 'junit:junit:4.13.2'
40
- testImplementation 'org.assertj:assertj-core:3.26.3'
+ testImplementation 'org.assertj:assertj-core:3.27.3'
41
testImplementation 'uk.co.jemos.podam:podam:8.0.2.RELEASE'
42
- testImplementation 'com.approvaltests:approvaltests:24.7.0'
43
- testImplementation 'com.networknt:json-schema-validator:1.5.2'
+ testImplementation 'com.approvaltests:approvaltests:24.22.0'
+ testImplementation 'com.networknt:json-schema-validator:1.5.7'
44
}
0 commit comments