Skip to content

Commit 898f47a

Browse files
Merge pull request #14 from griddb/5.9-rc
Update for 5.9
2 parents 46b0b2c + 7a3a71d commit 898f47a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GridDB WebAPI is developed using GridDB Java Client and [Spring Boot](https://sp
88

99
Building 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

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sourceSets {
1212
}
1313
}
1414

15-
def gridstoreVersion = '5.8.0'
15+
def gridstoreVersion = '5.9.0'
1616
sourceCompatibility = 1.8
1717

1818
dependencies {

webapi-ce/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ apply plugin: 'org.springframework.boot'
1616
apply plugin: 'io.spring.dependency-management'
1717

1818
group = 'com.toshiba.mwcloud.gs.tools'
19-
version = '5.8.0'
19+
version = '5.9.0'
2020
sourceCompatibility = 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

2525
repositories {
2626
mavenCentral()

0 commit comments

Comments
 (0)