File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.Test
55
66plugins {
77 id ' application'
8- id ' com.diffplug.spotless' version ' 6.25.0 '
8+ id ' com.diffplug.spotless' version ' 8.2.1 '
99 id ' jacoco'
1010 id ' com.gradleup.shadow' version ' 9.0.0-beta10'
1111}
@@ -43,8 +43,8 @@ dependencies {
4343
4444 testImplementation sourceSets. testLib. runtimeClasspath
4545
46- testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0 '
47- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.12.0 '
46+ testImplementation ' org.junit.jupiter:junit-jupiter:6.0.2 '
47+ testImplementation ' org.junit.jupiter:junit-jupiter-params:6.0.2 '
4848 testImplementation ' org.assertj:assertj-core:3.27.3'
4949
5050 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1- codecov-cli == 9.1.1
1+ codecov-cli == 11.2.6
You can’t perform that action at this time.
0 commit comments