Skip to content

Commit 31f5138

Browse files
dependency: Update Gradle to v9 and JUnit to v6 (#47)
* dependency: Update Gradle to v9 * dependency: Update junit-framework monorepo to v6 * Add JUnit platform launcher to testRuntimeOnly --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jakubk15 <77227023+Jakubk15@users.noreply.github.com>
1 parent cbcf7f8 commit 31f5138

5 files changed

Lines changed: 7 additions & 10 deletions

File tree

buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ plugins {
44

55
dependencies {
66
testImplementation("org.mockito:mockito-core:5.21.0")
7-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
8-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
7+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
8+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2")
99
testImplementation("org.assertj:assertj-core:3.27.7")
1010
testImplementation("org.awaitility:awaitility:4.3.0")
11-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
11+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")
12+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2")
1213
}
1314

1415
tasks.getByName<Test>("test") {

gradle/wrapper/gradle-wrapper.jar

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

gradlew

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

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

0 commit comments

Comments
 (0)