File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ project(":violations-lib") {
5858 dependencies {
5959 api project(" :violations-lib-sarif" )
6060 api project(" :violations-lib-coverty" )
61- api ' com.google.code.gson:gson:2.13.1 '
62- implementation ' org.owasp.encoder:encoder:1.2.3 '
61+ api " com.google.code.gson:gson:2.13.2 "
62+ implementation " org.owasp.encoder:encoder:1.3.1 "
6363
6464 testImplementation ' junit:junit:4.13.2'
65- testImplementation ' org.assertj:assertj-core:3.27.3 '
65+ testImplementation " org.assertj:assertj-core:3.27.5 "
6666 testImplementation ' uk.co.jemos.podam:podam:8.0.2.RELEASE'
67- testImplementation ' com.approvaltests:approvaltests:24.22.0 '
68- testImplementation ' com.networknt:json-schema-validator:1.5.7 '
67+ testImplementation " com.approvaltests:approvaltests:25.4.3 "
68+ testImplementation " com.networknt:json-schema-validator:1.5.9 "
6969 }
7070
7171 shadowExtension {
You can’t perform that action at this time.
0 commit comments