@@ -2,14 +2,14 @@ plugins {
2
2
id ' java-library'
3
3
id ' checkstyle'
4
4
id ' jacoco'
5
- id " com.github.spotbugs" version " 5 .0.14 "
5
+ id " com.github.spotbugs" version " 6 .0.7 "
6
6
id ' maven-publish'
7
7
id ' signing'
8
8
id " io.codearte.nexus-staging" version " 0.30.0" // logs into Sonotype OSS and does a "Close" and "Release"
9
- id ' com.adarshr.test-logger' version ' 3.2 .0'
10
- id " com.github.ben-manes.versions" version " 0.47 .0"
11
- id ' org.sonatype.gradle.plugins.scan' version ' 2.6 .0'
12
- id " org.sonarqube" version " 4.2 .1.3168 "
9
+ id ' com.adarshr.test-logger' version ' 4.0 .0'
10
+ id " com.github.ben-manes.versions" version " 0.51 .0"
11
+ id ' org.sonatype.gradle.plugins.scan' version ' 2.7 .0'
12
+ id " org.sonarqube" version " 4.4 .1.3373 "
13
13
}
14
14
15
15
group = ' com.imsweb'
@@ -36,12 +36,12 @@ repositories {
36
36
dependencies {
37
37
api ' com.thoughtworks.xstream:xstream:1.4.20'
38
38
39
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.3 '
40
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.3 '
39
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.2 '
40
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10.2 '
41
41
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.3'
42
- testImplementation ' commons-io:commons-io:2.13.0 '
43
- testImplementation ' org.jsoup:jsoup:1.16.1 '
44
- testImplementation ' com.jayway.jsonpath:json-path:2.8.0 '
42
+ testImplementation ' commons-io:commons-io:2.15.1 '
43
+ testImplementation ' org.jsoup:jsoup:1.17.2 '
44
+ testImplementation ' com.jayway.jsonpath:json-path:2.15.1 '
45
45
}
46
46
47
47
jar {
0 commit comments