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 1515 <fabric-chaincode-java .version>2.5.8</fabric-chaincode-java .version>
1616
1717 <!-- Logging -->
18- <logback .version>1.5.26 </logback .version>
18+ <logback .version>1.5.27 </logback .version>
1919 <slf4j .version>2.0.17</slf4j .version>
2020
2121 </properties >
110110 </plugin >
111111 <plugin >
112112 <artifactId >maven-compiler-plugin</artifactId >
113- <version >3.14.1 </version >
113+ <version >3.15.0 </version >
114114 <configuration >
115115 <release >${java.version} </release >
116116 </configuration >
Original file line number Diff line number Diff line change 4343 <plugins >
4444 <plugin >
4545 <artifactId >maven-compiler-plugin</artifactId >
46- <version >3.14.1 </version >
46+ <version >3.15.0 </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.1 </version >
50+ <version >3.15.0 </version >
5151 <configuration >
5252 <release >${java.version} </release >
5353 </configuration >
You can’t perform that action at this time.
0 commit comments