Skip to content

Commit 27a936f

Browse files
committed
update to 1.1.5 of datastore
1 parent 9093d93 commit 27a936f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ext {
2424
commonsCollectionsVersion = "3.2.1"
2525
commonsIOVersion = "2.1"
2626
commonsLangVersion = "2.6"
27-
datastoreVersion = "1.1.4.RELEASE"
27+
datastoreVersion = "1.1.5.RELEASE"
2828
gantVersion = "1.9.6"
2929
gdocEngineVersion = "1.0.1"
3030
groovyVersion = "1.8.8"

grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public Object doCall() {
178178
};
179179
registerDependencies(dependencyManager, compileTimeDependenciesMethod, commonsExcludingLoggingAndXmlApis, "commons-logging", "xml-apis", "commons-digester");
180180

181-
String datastoreMappingVersion = "1.1.4.RELEASE";
181+
String datastoreMappingVersion = "1.1.5.RELEASE";
182182
ModuleRevisionId[] compileDependencies = {
183183
ModuleRevisionId.newInstance("aopalliance", "aopalliance", "1.0"),
184184
ModuleRevisionId.newInstance("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru", "1.3.1"),

0 commit comments

Comments
 (0)