File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/groovy/org/grails/forge/feature/database Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >org.hibernate</groupId >
17
17
<artifactId >hibernate-core</artifactId >
18
- <version >5.6.3 .Final</version >
18
+ <version >5.6.14 .Final</version >
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >org.glassfish.web</groupId >
55
55
<dependency >
56
56
<groupId >org.hibernate</groupId >
57
57
<artifactId >hibernate-validator</artifactId >
58
- <version >6.2.0 .Final</version >
58
+ <version >6.2.5 .Final</version >
59
59
</dependency >
60
60
<dependency >
61
61
<groupId >org.mongodb</groupId >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class HibernateGormSpec extends ApplicationContextSpec implements CommandOutputF
31
31
32
32
then :
33
33
template. contains(' implementation("org.grails.plugins:hibernate5")' )
34
- template. contains(' implementation("org.hibernate:hibernate-core:5.6.3 .Final")' )
34
+ template. contains(' implementation("org.hibernate:hibernate-core:5.6.14 .Final")' )
35
35
template. contains(" runtimeOnly(\" org.glassfish.web:el-impl:2.2.1-b05\" )" )
36
36
template. contains(" runtimeOnly(\" org.apache.tomcat:tomcat-jdbc\" )" )
37
37
template. contains(" runtimeOnly(\" com.h2database:h2\" )" )
You can’t perform that action at this time.
0 commit comments