File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(' java' )
3
3
id(' maven-publish' )
4
- id(' com.gradleup.shadow' ) version(' 8.3.3 ' )
4
+ id(' com.gradleup.shadow' ) version(' 8.3.6 ' )
5
5
id(' signing' )
6
6
}
7
7
@@ -53,8 +53,8 @@ dependencies {
53
53
annotationProcessor(' io.github.jbock-java:simple-component-compiler:1.024' )
54
54
testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
55
55
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 ' )
58
58
testImplementation(jbock)
59
59
testImplementation(simple_component)
60
60
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
implementation(jbock)
18
18
annotationProcessor project(' :compiler' )
19
19
annotationProcessor project(' :jbock' )
20
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.2 '
20
+ testImplementation( ' org.junit.jupiter:junit-jupiter:5.12.1 ' )
21
21
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
22
22
}
23
23
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ tasks.withType(GenerateModuleMetadata) {
27
27
28
28
dependencies {
29
29
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 ' )
32
32
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments