Skip to content

Commit 5a5edce

Browse files
committed
upgrade to GORM 6.0.5
1 parent a74bf4c commit 5a5edce

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333
commonsCollectionsVersion = "3.2.1"
3434
commonsIOVersion = "2.2"
3535
commonsLangVersion = "2.6"
36-
datastoreVersion = "6.0.4.RELEASE"
36+
datastoreVersion = "6.0.5.RELEASE"
3737
gdocEngineVersion = "1.0.1"
3838
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"
3939
ivyVersion = "2.3.0"

grails-bom/plugins.properties

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
hibernate4=6.0.4
2-
hibernate5=6.0.4
3-
mongodb=6.0.4
1+
hibernate4=6.0.5
2+
hibernate5=6.0.5
3+
mongodb=6.0.5
44
rx-gorm-rest-client=1.0.2.RELEASE
5-
rx-mongodb=6.0.4
6-
cassandra=6.0.4
7-
neo4j=6.0.4
5+
rx-mongodb=6.0.5
6+
neo4j=6.0.5
87
cache=3.0.3
98
asset-pipeline=3.2.1
109
asset-pipeline-grails=2.11.6

grails-plugin-testing/src/main/groovy/grails/test/runtime/CoreBeansTestPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class CoreBeansTestPlugin implements TestPlugin {
6666
proxyHandler(DefaultProxyHandler)
6767
messageSource(StaticMessageSource)
6868
"${ConstraintsEvaluator.BEAN_NAME}"(DefaultConstraintEvaluator)
69-
grailsApplicationPostProcessor(GrailsApplicationAwareBeanPostProcessor, grailsApplicationParam)
69+
grailsApplicationAwarePostProcessor(GrailsApplicationAwareBeanPostProcessor, grailsApplicationParam)
7070
transactionManagerAwarePostProcessor(TransactionManagerPostProcessor)
7171
grailsPlaceholderConfigurer(GrailsPlaceholderConfigurer, '${', grailsApplicationParam.config.toProperties())
7272
mapBasedSmartPropertyOverrideConfigurer(MapBasedSmartPropertyOverrideConfigurer) {

0 commit comments

Comments
 (0)