Skip to content

Commit 17d76e7

Browse files
committed
Change version
1 parent f91204e commit 17d76e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.5.0'
15+
def gridstoreVersion = '5.6.0'
1616

1717
dependencies {
1818
compile group: 'commons-io', name: 'commons-io', version: '2.15.1'

webapi-ce/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ group = 'com.toshiba.mwcloud.gs.tools'
1919
version = '5.6.0'
2020
sourceCompatibility = 1.8
2121

22-
def gridstoreVersion = '5.5.0'
23-
def gridstoreJdbcVersion = '5.5.0'
22+
def gridstoreVersion = '5.6.0'
23+
def gridstoreJdbcVersion = '5.6.0'
2424

2525
repositories {
2626
mavenCentral()

0 commit comments

Comments
 (0)