Skip to content

Commit 71a10d4

Browse files
committed
Merge pull request #396 from bobbywarner/plugins
Hibernate Plugin update in app.pom and assemble.gradle
2 parents 5620509 + 6260a54 commit 71a10d4

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
@@ -102,7 +102,7 @@ task pluginsFromRepo {
102102
ext.plugins = [
103103
cache: "1.1.1",
104104
'database-migration': "1.3.5",
105-
hibernate: "3.6.10",
105+
hibernate: "3.6.10.1",
106106
jquery: "1.10.2",
107107
resources: "1.2",
108108
scaffolding: "2.0.0",

grails-resources/src/grails/templates/maven/app.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.grails.plugins</groupId>
129129
<artifactId>hibernate</artifactId>
130-
<version>3.6.10</version>
130+
<version>3.6.10.1</version>
131131
<type>zip</type>
132132
<scope>compile</scope>
133133
</dependency>

0 commit comments

Comments
 (0)