@@ -8,8 +8,8 @@ plugins {
88 id " io.codearte.nexus-staging" version " 0.30.0" // logs into Sonotype OSS and does a "Close" and "Release"
99 id ' com.adarshr.test-logger' version ' 4.0.0'
1010 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 "
11+ id ' org.sonatype.gradle.plugins.scan' version ' 2.8.3 '
12+ id " org.sonarqube" version " 5.1.0.4882 "
1313}
1414
1515group = ' com.imsweb'
@@ -36,11 +36,11 @@ repositories {
3636dependencies {
3737 api ' com.thoughtworks.xstream:xstream:1.4.20'
3838
39- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.2 '
40- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10.2 '
41- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.2 '
42- testImplementation ' commons-io:commons-io:2.15 .1'
43- testImplementation ' org.jsoup:jsoup:1.17.2 '
39+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.0 '
40+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0 '
41+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.0 '
42+ testImplementation ' commons-io:commons-io:2.16 .1'
43+ testImplementation ' org.jsoup:jsoup:1.18.1 '
4444 testImplementation ' com.jayway.jsonpath:json-path:2.9.0'
4545}
4646
@@ -198,6 +198,6 @@ nexusStaging {
198198}
199199
200200wrapper {
201- gradleVersion = ' 8.6 '
201+ gradleVersion = ' 8.10 '
202202 distributionType = Wrapper.DistributionType . ALL
203203}
0 commit comments