File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
examples/fabric-contract-example-maven
fabric-chaincode-integration-test/src/contracts Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 105
105
<!-- JUnit 5 requires Surefire version 2.22.0 or higher -->
106
106
<plugin >
107
107
<artifactId >maven-surefire-plugin</artifactId >
108
- <version >3.5.3 </version >
108
+ <version >3.5.4 </version >
109
109
</plugin >
110
110
<plugin >
111
111
<artifactId >maven-compiler-plugin</artifactId >
117
117
<plugin >
118
118
<groupId >org.apache.maven.plugins</groupId >
119
119
<artifactId >maven-shade-plugin</artifactId >
120
- <version >3.6.0 </version >
120
+ <version >3.6.1 </version >
121
121
<executions >
122
122
<execution >
123
123
<phase >package</phase >
Original file line number Diff line number Diff line change 51
51
<plugin >
52
52
<groupId >org.apache.maven.plugins</groupId >
53
53
<artifactId >maven-shade-plugin</artifactId >
54
- <version >3.6.0 </version >
54
+ <version >3.6.1 </version >
55
55
<executions >
56
56
<execution >
57
57
<phase >package</phase >
Original file line number Diff line number Diff line change 55
55
<plugin >
56
56
<groupId >org.apache.maven.plugins</groupId >
57
57
<artifactId >maven-shade-plugin</artifactId >
58
- <version >3.6.0 </version >
58
+ <version >3.6.1 </version >
59
59
<executions >
60
60
<execution >
61
61
<phase >package</phase >
You can’t perform that action at this time.
0 commit comments