We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91204e commit 17d76e7Copy full SHA for 17d76e7
common/build.gradle
@@ -12,7 +12,7 @@ sourceSets {
12
}
13
14
15
-def gridstoreVersion = '5.5.0'
+def gridstoreVersion = '5.6.0'
16
17
dependencies {
18
compile group: 'commons-io', name: 'commons-io', version: '2.15.1'
webapi-ce/build.gradle
@@ -19,8 +19,8 @@ group = 'com.toshiba.mwcloud.gs.tools'
19
version = '5.6.0'
20
sourceCompatibility = 1.8
21
22
23
-def gridstoreJdbcVersion = '5.5.0'
+def gridstoreJdbcVersion = '5.6.0'
24
25
repositories {
26
mavenCentral()
0 commit comments