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 {
66
66
testImplementation ' org.junit.jupiter:junit-jupiter'
67
67
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
68
68
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'
70
70
testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8'
71
71
72
72
testImplementation ' org.hamcrest:hamcrest-library:3.0'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
implementation ' org.json:json:20250517'
18
18
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
19
19
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'
21
21
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
22
22
}
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
implementation ' org.json:json:20250517'
18
18
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
19
19
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'
21
21
}
22
22
23
23
shadowJar {
Original file line number Diff line number Diff line change 88
88
<dependency >
89
89
<groupId >org.mockito</groupId >
90
90
<artifactId >mockito-core</artifactId >
91
- <version >5.19 .0</version >
91
+ <version >5.20 .0</version >
92
92
</dependency >
93
93
94
94
<!-- https://mvnrepository.com/artifact/org.json/json -->
109
109
</plugin >
110
110
<plugin >
111
111
<artifactId >maven-compiler-plugin</artifactId >
112
- <version >3.14.0 </version >
112
+ <version >3.14.1 </version >
113
113
<configuration >
114
114
<release >${java.version} </release >
115
115
</configuration >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
implementation ' org.json:json:20250517'
18
18
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
19
19
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'
21
21
}
22
22
23
23
shadowJar {
Original file line number Diff line number Diff line change 43
43
<plugins >
44
44
<plugin >
45
45
<artifactId >maven-compiler-plugin</artifactId >
46
- <version >3.14.0 </version >
46
+ <version >3.14.1 </version >
47
47
<configuration >
48
48
<release >${java.version} </release >
49
49
</configuration >
Original file line number Diff line number Diff line change 47
47
<plugins >
48
48
<plugin >
49
49
<artifactId >maven-compiler-plugin</artifactId >
50
- <version >3.14.0 </version >
50
+ <version >3.14.1 </version >
51
51
<configuration >
52
52
<release >${java.version} </release >
53
53
</configuration >
You can’t perform that action at this time.
0 commit comments