Skip to content

Commit 8418b7c

Browse files
committed
More dep updates
1 parent d28fb98 commit 8418b7c

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1515
group = 'com.imsweb'
@@ -36,11 +36,11 @@ repositories {
3636
dependencies {
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

200200
wrapper {
201-
gradleVersion = '8.6'
201+
gradleVersion = '8.10'
202202
distributionType = Wrapper.DistributionType.ALL
203203
}

gradle/wrapper/gradle-wrapper.jar

121 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)