Skip to content

Commit 2900f8e

Browse files
committed
update to latest plugin versions
1 parent 10e70a4 commit 2900f8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/assemble.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ task pluginsFromRepo {
102102
ext.plugins = [
103103
cache: "1.1.1",
104104
'database-migration': "1.3.8",
105-
hibernate: "3.6.10.3",
105+
hibernate: "3.6.10.4",
106106
jquery: "1.10.2",
107107
resources: "1.2.1",
108108
scaffolding: "2.0.1",
109-
tomcat: "7.0.42",
109+
tomcat: "7.0.47",
110110
webxml: "1.4.1"
111111
]
112112

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ grails.project.dependency.resolution = {
5353

5454
plugins {
5555
// plugins for the build system only
56-
build ":tomcat:7.0.42"
56+
build ":tomcat:7.0.47"
5757

5858
// plugins for the compile step
5959
compile ":scaffolding:2.0.1"
6060
compile ':cache:1.1.1'
6161

6262
// plugins needed at runtime but not for compilation
63-
runtime ":hibernate:3.6.10.3" // or ":hibernate4:4.1.11.2"
63+
runtime ":hibernate:3.6.10.4" // or ":hibernate4:4.1.11.4"
6464
runtime ":database-migration:1.3.8"
6565
runtime ":jquery:1.10.2"
6666
runtime ":resources:1.2.1"

0 commit comments

Comments
 (0)