Skip to content

Commit

Permalink
[IT-2344] update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilAlbrecht authored and Stefan Burnicki committed Jul 25, 2018
1 parent 108e836 commit 192f72f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -30,7 +30,7 @@ buildscript {
classpath 'org.grails.plugins:database-migration:3.0.3'
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.13.1"
classpath 'com.bertramlabs.plugins:less-asset-pipeline:2.13.1'
classpath "org.grails.plugins:hibernate5:6.1.9"
classpath "org.grails.plugins:hibernate5:6.1.10"
classpath 'com.moowork.gradle:gradle-node-plugin:1.2.0'
}
}
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {
compile "org.grails:grails-web-boot"
compile "org.grails.plugins:cache"
compile "org.grails.plugins:scaffolding"
compile "org.grails.plugins:hibernate5:6.1.9"
compile "org.grails.plugins:hibernate5:6.1.10"
compile 'org.grails.plugins:log-hibernate-stats:1.0.20'
compile "org.hibernate:hibernate-ehcache"
compile "io.swagger:swagger-core:${swaggerVersion}"
Expand Down Expand Up @@ -128,7 +128,7 @@ dependencies {
compile 'io.dropwizard.metrics:metrics-graphite:3.2.3'
compile 'io.dropwizard.metrics:metrics-jvm:3.2.3'
compile 'p6spy:p6spy:3.0.0'
compile 'org.grails.plugins:build-test-data:3.3.0.RC2'
compile 'org.grails.plugins:build-test-data:3.3.1'
compile 'io.github.http-builder-ng:http-builder-ng-core:0.17.0'
compile 'org.grails.plugins:http-builder-helper:1.0.2'

Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
@@ -1,2 +1,3 @@
grailsVersion=3.3.5
gradleWrapperVersion=3.0
grailsVersion=3.3.6
gradleWrapperVersion=4.8
gormVersion=6.1.6.RELEASE
2 changes: 0 additions & 2 deletions grails-app/conf/application.yml
Expand Up @@ -6,8 +6,6 @@ hibernate:
use_query_cache: false
region.factory_class: 'org.hibernate.cache.ehcache.EhCacheRegionFactory'
generate_statistics: true
flush:
mode: AUTO

dataSource:
pooled: true
Expand Down

0 comments on commit 192f72f

Please sign in to comment.