File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
fabric-contract-example-as-service
fabric-contract-example-gradle
fabric-contract-example-maven
fabric-chaincode-integration-test/src/contracts Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ subprojects {
6666 testImplementation ' org.junit.jupiter:junit-jupiter'
6767 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
6868 testImplementation ' org.assertj:assertj-core:3.27.5'
69- testImplementation ' org.mockito:mockito-core:5.19 .0'
69+ testImplementation ' org.mockito:mockito-core:5.20 .0'
7070 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8'
7171
7272 testImplementation ' org.hamcrest:hamcrest-library:3.0'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 implementation ' org.json:json:20250517'
1818 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1919 testImplementation ' org.assertj:assertj-core:3.27.5'
20- testImplementation ' org.mockito:mockito-core:5.19 .0'
20+ testImplementation ' org.mockito:mockito-core:5.20 .0'
2121 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2222}
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 implementation ' org.json:json:20250517'
1818 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1919 testImplementation ' org.assertj:assertj-core:3.27.5'
20- testImplementation ' org.mockito:mockito-core:5.19 .0'
20+ testImplementation ' org.mockito:mockito-core:5.20 .0'
2121}
2222
2323shadowJar {
Original file line number Diff line number Diff line change 8888<dependency >
8989 <groupId >org.mockito</groupId >
9090 <artifactId >mockito-core</artifactId >
91- <version >5.19 .0</version >
91+ <version >5.20 .0</version >
9292</dependency >
9393
9494 <!-- https://mvnrepository.com/artifact/org.json/json -->
109109 </plugin >
110110 <plugin >
111111 <artifactId >maven-compiler-plugin</artifactId >
112- <version >3.14.0 </version >
112+ <version >3.14.1 </version >
113113 <configuration >
114114 <release >${java.version} </release >
115115 </configuration >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 implementation ' org.json:json:20250517'
1818 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1919 testImplementation ' org.assertj:assertj-core:3.27.5'
20- testImplementation ' org.mockito:mockito-core:5.19 .0'
20+ testImplementation ' org.mockito:mockito-core:5.20 .0'
2121}
2222
2323shadowJar {
Original file line number Diff line number Diff line change 4343 <plugins >
4444 <plugin >
4545 <artifactId >maven-compiler-plugin</artifactId >
46- <version >3.14.0 </version >
46+ <version >3.14.1 </version >
4747 <configuration >
4848 <release >${java.version} </release >
4949 </configuration >
Original file line number Diff line number Diff line change 4747 <plugins >
4848 <plugin >
4949 <artifactId >maven-compiler-plugin</artifactId >
50- <version >3.14.0 </version >
50+ <version >3.14.1 </version >
5151 <configuration >
5252 <release >${java.version} </release >
5353 </configuration >
You can’t perform that action at this time.
0 commit comments