Skip to content

Commit c412f12

Browse files
authored
Merge pull request #58 from codenotary/bump_immudbv1.5.0
chore: bump immudb to 1.5.0
2 parents b9419d9 + 8f8232a commit c412f12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ apply plugin: 'signing'
4040

4141
group = 'io.codenotary'
4242
archivesBaseName = 'immudb4j'
43-
version = '1.0.0'
43+
version = '1.0.1'
4444

4545
sourceCompatibility = 1.8
4646
targetCompatibility = 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

immudb/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ then
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

0 commit comments

Comments
 (0)