File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ apply plugin: 'signing'
4040
4141group = ' io.codenotary'
4242archivesBaseName = ' immudb4j'
43- version = ' 1.0.0 '
43+ version = ' 1.0.1 '
4444
4545sourceCompatibility = 1.8
4646targetCompatibility = 1.8
@@ -115,8 +115,8 @@ dependencies {
115115 implementation " io.grpc:grpc-stub:${ grpcVersion} "
116116 implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.9'
117117
118- testImplementation ' org.testng:testng:6.8.8 '
119-
118+ testImplementation ' org.testng:testng:6.14.3 '
119+
120120 implementation ' javax.annotation:javax.annotation-api:1.2-b01'
121121}
122122
Original file line number Diff line number Diff line change 1313 echo " Downloading immudb..."
1414
1515 if [[ " $OSTYPE " == " linux-gnu" * ]]; then
16- URL=https://github.com/vchain-us/immudb/releases/download/v1.4 .0/immudb-v1.4 .0-linux-amd64
16+ URL=https://github.com/vchain-us/immudb/releases/download/v1.5 .0/immudb-v1.5 .0-linux-amd64
1717 wget -O immudb $URL
1818 elif [[ " $OSTYPE " == " darwin" * ]]; then
19- URL=https://github.com/vchain-us/immudb/releases/download/v1.4 .0/immudb-v1.4 .0-darwin-amd64
19+ URL=https://github.com/vchain-us/immudb/releases/download/v1.5 .0/immudb-v1.5 .0-darwin-amd64
2020 curl -o immudb -L $URL
2121 fi
2222
You can’t perform that action at this time.
0 commit comments