File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ plugins {
77
88group = ' io.github.jbock-java'
99
10- java {
11- toolchain {
12- languageVersion = JavaLanguageVersion . of(21 )
13- }
14- }
15-
1610compileJava {
1711 options. encoding = ' UTF-8'
1812 sourceCompatibility = ' 11'
@@ -58,9 +52,8 @@ dependencies {
5852 compileOnly(simple_component)
5953 annotationProcessor(' io.github.jbock-java:simple-component-compiler:1.024' )
6054 testImplementation(' io.github.jbock-java:compile-testing:0.19.12' )
61- testImplementation(' org.junit.jupiter:junit-jupiter:5.10.1' )
62- testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
63- testImplementation(' org.mockito:mockito-core:5.8.0' )
55+ testImplementation(' org.junit.jupiter:junit-jupiter:5.10.2' )
56+ testImplementation(' org.mockito:mockito-core:5.11.0' )
6457 testImplementation(jbock)
6558 testImplementation(simple_component)
6659}
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.5 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -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:4.8 .0' )
31- testImplementation(' org.junit.jupiter:junit-jupiter:5.9.1 ' )
30+ testImplementation(' org.mockito:mockito-core:5.11 .0' )
31+ testImplementation(' org.junit.jupiter:junit-jupiter:5.10.2 ' )
3232}
3333
3434jar {
You can’t perform that action at this time.
0 commit comments