Skip to content

Commit 32e1cf2

Browse files
committed
Upgrade to GORM 6.0.7
1 parent f76361e commit 32e1cf2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ext {
3434
commonsCollectionsVersion = "3.2.1"
3535
commonsIOVersion = "2.2"
3636
commonsLangVersion = "2.6"
37-
datastoreVersion = "6.0.6.RELEASE"
37+
datastoreVersion = "6.0.7.RELEASE"
3838
gdocEngineVersion = "1.0.1"
3939
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"
4040
ivyVersion = "2.3.0"

grails-bom/plugins.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
hibernate4=6.0.6
2-
hibernate5=6.0.6
3-
mongodb=6.0.6
1+
hibernate4=6.0.7
2+
hibernate5=6.0.7
3+
mongodb=6.0.7
44
rx-gorm-rest-client=1.0.4.RELEASE
5-
rx-mongodb=6.0.6
6-
neo4j=6.0.6
5+
rx-mongodb=6.0.7
6+
neo4j=6.0.7
77
cache=3.0.3
88
asset-pipeline=3.2.1
99
asset-pipeline-grails=2.11.6

grails-core/src/test/groovy/org/grails/config/YamlPropertySourceLoaderSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class YamlPropertySourceLoaderSpec extends Specification {
1212
// reset environment
1313
System.setProperty(Environment.KEY, "")
1414
}
15-
15+
1616
def "ensure the config for environment is merged with single environment block"() {
1717
given: "A PropertySourcesConfig instance"
1818
def propertySource = new YamlPropertySourceLoader()

0 commit comments

Comments
 (0)