File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ buildscript {
1212apply from : project. buildscript. classLoader. getResource(' main.gradle' ). toURI()
1313
1414dependencies {
15- api ' se.bjurr.violations:violation-comments-lib:1.106.1'
16- api ' com.jayway.jsonpath:json-path:2.7.0'
17- api ' com.google.code.gson:gson:2.10'
15+ api ' se.bjurr.violations:violation-comments-lib:1.107.1'
16+ api ' com.jayway.jsonpath:json-path:2.9.0'
17+ api ' net.minidev:json-smart:2.5.0'
18+ api ' com.google.code.gson:gson:2.10.1'
1819 api ' com.google.guava:guava:31.1-jre'
1920 api ' org.apache.httpcomponents:httpclient:4.5.14'
2021
2122 testImplementation ' junit:junit:4.13.2'
22- testImplementation ' org.assertj:assertj-core:3.23.1 '
23+ testImplementation ' org.assertj:assertj-core:3.25.2 '
2324}
You can’t perform that action at this time.
0 commit comments