Skip to content

Commit a2e4a2c

Browse files
committed
Update Gradle, commons-dost, commons-io, junit, commons-test, jacoco
1 parent a2c59c8 commit a2e4a2c

5 files changed

Lines changed: 31 additions & 26 deletions

File tree

build.gradle

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ forbiddenApisMain {
4242
}
4343

4444
dependencies {
45-
implementation 'org.dstadler:commons-dost:1.3.4'
45+
implementation 'org.dstadler:commons-dost:1.3.5'
4646
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
4747
implementation 'org.apache.commons:commons-lang3:3.17.0'
48-
implementation 'commons-io:commons-io:2.18.0'
48+
implementation 'commons-io:commons-io:2.19.0'
4949

5050
// version '0.20.2-cdh3u4' is referenced by webarchive-commons, but "vanished"...
5151
implementation 'org.apache.hadoop:hadoop-core:0.20.205.0'
@@ -57,14 +57,15 @@ dependencies {
5757

5858
// for @Nullable
5959
implementation 'com.google.code.findbugs:jsr305:3.0.2'
60-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
61-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
62-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1'
63-
testImplementation 'org.dstadler:commons-test:1.0.0.21'
60+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1'
61+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1'
62+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
63+
64+
testImplementation 'org.dstadler:commons-test:1.0.0.22'
6465
}
6566

6667
wrapper {
67-
gradleVersion = '8.5'
68+
gradleVersion = '8.14.2'
6869
}
6970

7071
test {
@@ -80,7 +81,7 @@ test {
8081
}
8182

8283
jacoco {
83-
toolVersion = '0.8.12'
84+
toolVersion = '0.8.13'
8485
}
8586

8687
jacocoTestReport {

gradle/wrapper/gradle-wrapper.jar

302 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.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)