Skip to content

Commit 03a0710

Browse files
Use :cache:1.1.8 by default
1 parent 2e6ba5b commit 03a0710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/assemble.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ task sourcesJars(type: Sync) {
122122

123123
task pluginsFromRepo {
124124
ext.plugins = [
125-
cache: "1.1.7",
125+
cache: "1.1.8",
126126
'database-migration': "1.4.0",
127127
hibernate4: "4.3.5.5",
128128
jquery: "1.11.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ grails.project.dependency.resolution = {
5959

6060
// plugins for the compile step
6161
compile ":scaffolding:2.1.2"
62-
compile ':cache:1.1.7'
62+
compile ':cache:1.1.8'
6363
compile ":asset-pipeline:1.9.9"
6464

6565
// plugins needed at runtime but not for compilation

0 commit comments

Comments
 (0)