Skip to content

Commit 46cdc5c

Browse files
committed
update to jquery 1.8.0
1 parent 6469c93 commit 46cdc5c

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
@@ -94,7 +94,7 @@ task pluginsFromRepo {
9494
tomcat: grailsVersion,
9595
resources: "1.1.6",
9696
webxml: "1.4.1",
97-
jquery: "1.7.2",
97+
jquery: "1.8.0",
9898
'database-migration': "1.1",
9999
cache: "1.0.0"
100100
]

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

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

4040
plugins {
4141
runtime ":hibernate:$grailsVersion"
42-
runtime ":jquery:1.7.2"
42+
runtime ":jquery:1.8.0"
4343
runtime ":resources:1.1.6"
4444

4545
// Uncomment these (or add new ones) to enable additional resources capabilities

0 commit comments

Comments
 (0)