Skip to content

Commit d72a844

Browse files
dependency: Update Gradle to v9 (#93)
* dependency: Update Gradle to v9 * add junit platform launcher, bump junit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jakubk15 <77227023+Jakubk15@users.noreply.github.com>
1 parent 75ef8ed commit d72a844

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Versions {
55
const val CDN = "1.14.9"
66

77
const val MOCKITO_CORE = "5.21.0"
8-
const val JUNIT_JUPITER = "5.11.4"
8+
const val JUNIT_JUPITER = "6.0.2"
99
const val ASSERTJ_CORE = "3.27.7"
1010
const val AWAITILITY = "4.3.0"
1111

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies {
77
testImplementation("org.junit.jupiter:junit-jupiter-api:${Versions.JUNIT_JUPITER}")
88
testImplementation("org.junit.jupiter:junit-jupiter-params:${Versions.JUNIT_JUPITER}")
99
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Versions.JUNIT_JUPITER}")
10+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:${Versions.JUNIT_JUPITER}")
1011
testImplementation("org.assertj:assertj-core:${Versions.ASSERTJ_CORE}")
1112
testImplementation("org.awaitility:awaitility:${Versions.AWAITILITY}")
1213
}

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)