Skip to content

Commit 4643c27

Browse files
committed
update plugin versions
1 parent 099fdcb commit 4643c27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/assemble.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ task sourcesJars(type: Sync) {
9898

9999
task pluginsFromRepo {
100100
ext.plugins = [
101-
cache: "1.1.1",
102-
'database-migration': "1.3.8",
103-
hibernate: "3.6.10.11",
101+
cache: "1.1.2",
102+
'database-migration': "1.4.0",
103+
hibernate: "3.6.10.13",
104104
jquery: "1.11.0.2",
105105
resources: "1.2.7",
106106
scaffolding: "2.0.3",

grails-resources/src/grails/grails-app/conf/BuildConfig.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ grails.project.dependency.resolution = {
5858

5959
// plugins for the compile step
6060
compile ":scaffolding:2.0.3"
61-
compile ':cache:1.1.1'
61+
compile ':cache:1.1.2'
6262

6363
// plugins needed at runtime but not for compilation
64-
runtime ":hibernate:3.6.10.11" // or ":hibernate4:4.3.4.2"
64+
runtime ":hibernate:3.6.10.13" // or ":hibernate4:4.3.5.1"
6565
runtime ":database-migration:1.4.0"
6666
runtime ":jquery:1.11.0.2"
6767
runtime ":resources:1.2.7"

0 commit comments

Comments
 (0)