File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
fabric-chaincode-integration-test/src/contracts Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Pull request
66on :
77 pull_request :
88 branches :
9- - release-2.5
9+ - main
1010 workflow_dispatch :
1111
1212concurrency :
2222 name : Pull request success
2323 runs-on : ubuntu-latest
2424 steps :
25- - run : true
25+ - run : " true"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Push
66on :
77 push :
88 branches :
9- - release-2.5
9+ - main
1010 workflow_dispatch :
1111
1212jobs :
Original file line number Diff line number Diff line change 66
77apply plugin : ' idea'
88apply plugin : ' eclipse-wtp'
9- version = ' 2.5.0 '
9+ version = ' 2.5.1 '
1010
1111
1212// If the nightly property is set, then this is the scheduled main
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:11.0.16.1_1 -jdk as builder
1+ FROM eclipse-temurin:11.0.18_10 -jdk as builder
22ENV DEBIAN_FRONTEND=noninteractive
33
44# Build tools
@@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-c"]
1313RUN source /root/.sdkman/bin/sdkman-init.sh; sdk install gradle 7.0
1414RUN source /root/.sdkman/bin/sdkman-init.sh; sdk install maven 3.8.1
1515
16- FROM eclipse-temurin:11.0.16.1_1 -jdk as dependencies
16+ FROM eclipse-temurin:11.0.18_10 -jdk as dependencies
1717
1818COPY --from=builder /root/.sdkman/candidates/gradle/current /usr/bin/gradle
1919COPY --from=builder /root/.sdkman/candidates/maven/current /usr/bin/maven
@@ -54,7 +54,7 @@ RUN mvn -N io.takari:maven:wrapper
5454
5555# Creating final javaenv image which will include all required
5656# dependencies to build and compile java chaincode
57- FROM eclipse-temurin:11.0.16.1_1 -jdk
57+ FROM eclipse-temurin:11.0.18_10 -jdk
5858
5959RUN apt-get update \
6060 && apt-get -y install zip unzip \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
1818}
1919
2020dependencies {
21- implementation group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 2.5.0 '
21+ implementation group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 2.5.1 '
2222 implementation group : ' org.hyperledger.fabric' , name :' fabric-protos' , version :' 0.1.3'
2323 testImplementation group : ' junit' , name : ' junit' , version : ' 4.12'
2424 implementation group : ' commons-logging' , name : ' commons-logging' , version : ' 1.2'
Original file line number Diff line number Diff line change 1212 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1313
1414 <!-- fabric-chaincode-java -->
15- <fabric-chaincode-java .version>2.5.0 </fabric-chaincode-java .version>
15+ <fabric-chaincode-java .version>2.5.1 </fabric-chaincode-java .version>
1616
1717 <!-- Logging -->
1818 <logback .version>1.2.0</logback .version>
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
1818}
1919
2020dependencies {
21- implementation group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 2.5.0 '
21+ implementation group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 2.5.1 '
2222 testImplementation group : ' junit' , name : ' junit' , version : ' 4.12'
2323}
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
1818}
1919
2020dependencies {
21- implementation group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 2.5.0 '
21+ implementation group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 2.5.1 '
2222 implementation group : ' org.hyperledger.fabric' , name :' fabric-protos' , version :' 0.1.3'
2323 testImplementation group : ' junit' , name : ' junit' , version : ' 4.12'
2424 implementation group : ' commons-logging' , name : ' commons-logging' , version : ' 1.2'
Original file line number Diff line number Diff line change 1212 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1313
1414 <!-- fabric-chaincode-java -->
15- <fabric-chaincode-java .version>2.5.0 </fabric-chaincode-java .version>
15+ <fabric-chaincode-java .version>2.5.1 </fabric-chaincode-java .version>
1616
1717 <!-- Logging -->
1818 <logback .version>1.2.0</logback .version>
You can’t perform that action at this time.
0 commit comments