File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ GridDB WebAPI is developed using GridDB Java Client and [Spring Boot](https://sp
88
99Building of the library and execution of the sample programs have been checked in the following environment.
1010- OS: Ubuntu 22.04(x64)
11- - [ GridDB Server] ( https://github.com/griddb/griddb ) : 5.8
11+ - [ GridDB Server] ( https://github.com/griddb/griddb ) : 5.9
1212
1313## QuickStart
1414
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sourceSets {
1212 }
1313}
1414
15- def gridstoreVersion = ' 5.8 .0'
15+ def gridstoreVersion = ' 5.9 .0'
1616sourceCompatibility = 1.8
1717
1818dependencies {
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ apply plugin: 'org.springframework.boot'
1616apply plugin : ' io.spring.dependency-management'
1717
1818group = ' com.toshiba.mwcloud.gs.tools'
19- version = ' 5.8 .0'
19+ version = ' 5.9 .0'
2020sourceCompatibility = 1.8
2121
22- def gridstoreVersion = ' 5.8 .0'
23- def gridstoreJdbcVersion = ' 5.8 .0'
22+ def gridstoreVersion = ' 5.9 .0'
23+ def gridstoreJdbcVersion = ' 5.9 .0'
2424
2525repositories {
2626 mavenCentral()
You can’t perform that action at this time.
0 commit comments