Skip to content

Commit e72418e

Browse files
committed
update default plugin versions to latest
1 parent aa474dc commit e72418e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

gradle/assemble.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ task pluginsFromRepo {
105105
resources: "1.1.6",
106106
webxml: "1.4.1",
107107
jquery: "1.8.0",
108-
'database-migration': "1.1",
109-
cache: "1.0.0"
108+
'database-migration': "1.2.1",
109+
cache: "1.0.1"
110110
]
111111

112112
ext.dir = file("$buildDir/pluginsFromRepo")

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ grails.project.dependency.resolution = {
4949

5050
build ":tomcat:$grailsVersion"
5151

52-
runtime ":database-migration:1.1"
52+
runtime ":database-migration:1.2.1"
5353

54-
compile ':cache:1.0.0'
54+
compile ':cache:1.0.1'
5555
}
5656
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ grails.project.dependency.resolution = {
2828

2929
plugins {
3030
build(":tomcat:$grailsVersion",
31-
":release:2.0.3",
32-
":rest-client-builder:1.0.2") {
31+
":release:2.2.0",
32+
":rest-client-builder:1.0.3") {
3333
export = false
3434
}
3535
}

0 commit comments

Comments
 (0)