Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GridDB WebAPI is developed using GridDB Java Client and [Spring Boot](https://sp

Building of the library and execution of the sample programs have been checked in the following environment.
- OS: Ubuntu 22.04(x64)
- [GridDB Server](https://github.com/griddb/griddb): 5.8
- [GridDB Server](https://github.com/griddb/griddb): 5.9

## QuickStart

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sourceSets {
}
}

def gridstoreVersion = '5.8.0'
def gridstoreVersion = '5.9.0'
sourceCompatibility = 1.8

dependencies {
Expand Down
6 changes: 3 additions & 3 deletions webapi-ce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

group = 'com.toshiba.mwcloud.gs.tools'
version = '5.8.0'
version = '5.9.0'
sourceCompatibility = 1.8

def gridstoreVersion = '5.8.0'
def gridstoreJdbcVersion = '5.8.0'
def gridstoreVersion = '5.9.0'
def gridstoreJdbcVersion = '5.9.0'

repositories {
mavenCentral()
Expand Down