Skip to content

Commit e364485

Browse files
committed
Update various dependencies
1 parent 14f868e commit e364485

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ plugins {
22
id 'java-library'
33
id 'checkstyle'
44
id 'jacoco'
5-
id "com.github.spotbugs" version "5.0.14"
5+
id "com.github.spotbugs" version "6.0.7"
66
id 'maven-publish'
77
id 'signing'
88
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"
1313
}
1414

1515
group = 'com.imsweb'
@@ -36,12 +36,12 @@ repositories {
3636
dependencies {
3737
api 'com.thoughtworks.xstream:xstream:1.4.20'
3838

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'
4141
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'
4545
}
4646

4747
jar {

0 commit comments

Comments
 (0)