Skip to content

Commit 02554a3

Browse files
committed
breaking: JsonPath 2.9.0, Gson 2.10 and Java 11
1 parent ea41a03 commit 02554a3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ buildscript {
1212
apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()
1313

1414
dependencies {
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
}

0 commit comments

Comments
 (0)