File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
grails-core/src/test/groovy/org/grails/config Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
44rx-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
77cache =3.0.3
88asset-pipeline =3.2.1
99asset-pipeline-grails =2.11.6
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments