Skip to content

Commit

Permalink
Merge pull request #58 from codenotary/bump_immudbv1.5.0
Browse files Browse the repository at this point in the history
chore: bump immudb to 1.5.0
  • Loading branch information
jeroiraz committed Oct 5, 2023
2 parents b9419d9 + 8f8232a commit c412f12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ apply plugin: 'signing'

group = 'io.codenotary'
archivesBaseName = 'immudb4j'
version = '1.0.0'
version = '1.0.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -115,8 +115,8 @@ dependencies {
implementation "io.grpc:grpc-stub:${grpcVersion}"
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'

testImplementation 'org.testng:testng:6.8.8'

testImplementation 'org.testng:testng:6.14.3'
implementation 'javax.annotation:javax.annotation-api:1.2-b01'
}

Expand Down
4 changes: 2 additions & 2 deletions immudb/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ then
echo "Downloading immudb..."

if [[ "$OSTYPE" == "linux-gnu"* ]]; then
URL=https://github.com/vchain-us/immudb/releases/download/v1.4.0/immudb-v1.4.0-linux-amd64
URL=https://github.com/vchain-us/immudb/releases/download/v1.5.0/immudb-v1.5.0-linux-amd64
wget -O immudb $URL
elif [[ "$OSTYPE" == "darwin"* ]]; then
URL=https://github.com/vchain-us/immudb/releases/download/v1.4.0/immudb-v1.4.0-darwin-amd64
URL=https://github.com/vchain-us/immudb/releases/download/v1.5.0/immudb-v1.5.0-darwin-amd64
curl -o immudb -L $URL
fi

Expand Down

0 comments on commit c412f12

Please sign in to comment.