File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ dependencies {
1515 compileOnly(" org.projectlombok:lombok:1.18.38" )
1616 annotationProcessor(" org.projectlombok:lombok:1.18.38" )
1717
18- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.7 " )
18+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.8 " )
1919 implementation(" net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4" )
2020 implementation(" org.cthing.build-constants:org.cthing.build-constants.gradle.plugin:2.0.0" )
2121
2222 compileOnly(gradleApi())
2323 testImplementation(gradleTestKit())
2424
25- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.2 " )
26- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.2 " )
27- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.2 " )
28- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.1 " )
29- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.2 " )
25+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.3 " )
26+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.3 " )
27+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.3 " )
28+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.3 " )
29+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.3 " )
3030
3131 testImplementation(" org.assertj:assertj-core:3.27.3" )
3232 testImplementation(" org.cthing:assertj-gradle:3.0.0" )
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.14.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments