File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(' java' )
33 id(' maven-publish' )
4- id(' com.gradleup.shadow' ) version(' 8.3.3 ' )
4+ id(' com.gradleup.shadow' ) version(' 8.3.6 ' )
55 id(' signing' )
66}
77
@@ -53,8 +53,8 @@ dependencies {
5353 annotationProcessor(' io.github.jbock-java:simple-component-compiler:1.024' )
5454 testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
5555 testImplementation(' io.github.jbock-java:compile-testing:0.19.12' )
56- testImplementation(' org.junit.jupiter:junit-jupiter:5.11.2 ' )
57- testImplementation(' org.mockito:mockito-core:5.14.2 ' )
56+ testImplementation(' org.junit.jupiter:junit-jupiter:5.12.1 ' )
57+ testImplementation(' org.mockito:mockito-core:5.16.1 ' )
5858 testImplementation(jbock)
5959 testImplementation(simple_component)
6060}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 implementation(jbock)
1818 annotationProcessor project(' :compiler' )
1919 annotationProcessor project(' :jbock' )
20- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.2 '
20+ testImplementation( ' org.junit.jupiter:junit-jupiter:5.12.1 ' )
2121 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2222}
2323
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.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ tasks.withType(GenerateModuleMetadata) {
2727
2828dependencies {
2929 api(' io.github.jbock-java:either:1.5.2' )
30- testImplementation(' org.mockito:mockito-core :5.14.2 ' )
31- testImplementation(' org.junit.jupiter:junit-jupiter :5.11.2 ' )
30+ testImplementation(' org.junit.jupiter:junit-jupiter :5.12.1 ' )
31+ testImplementation(' org.mockito:mockito-core :5.16.1 ' )
3232 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
3333}
3434
You can’t perform that action at this time.
0 commit comments