We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5620509 + 6260a54 commit 71a10d4Copy full SHA for 71a10d4
gradle/assemble.gradle
@@ -102,7 +102,7 @@ task pluginsFromRepo {
102
ext.plugins = [
103
cache: "1.1.1",
104
'database-migration': "1.3.5",
105
- hibernate: "3.6.10",
+ hibernate: "3.6.10.1",
106
jquery: "1.10.2",
107
resources: "1.2",
108
scaffolding: "2.0.0",
grails-resources/src/grails/templates/maven/app.pom
@@ -127,7 +127,7 @@
127
<dependency>
128
<groupId>org.grails.plugins</groupId>
129
<artifactId>hibernate</artifactId>
130
- <version>3.6.10</version>
+ <version>3.6.10.1</version>
131
<type>zip</type>
132
<scope>compile</scope>
133
</dependency>
0 commit comments