Skip to content

Commit be041c2

Browse files
Update hibernate core (#9)
* Update hibernate core * Update HibernateGormSpec.groovy Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Puneet Behl <behlp@objectcomputing.com>
1 parent b67ff7e commit be041c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

grails-forge-core/src/main/resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.hibernate</groupId>
1717
<artifactId>hibernate-core</artifactId>
18-
<version>5.6.3.Final</version>
18+
<version>5.6.14.Final</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.glassfish.web</groupId>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.hibernate</groupId>
5757
<artifactId>hibernate-validator</artifactId>
58-
<version>6.2.0.Final</version>
58+
<version>6.2.5.Final</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.mongodb</groupId>

grails-forge-core/src/test/groovy/org/grails/forge/feature/database/HibernateGormSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class HibernateGormSpec extends ApplicationContextSpec implements CommandOutputF
3131

3232
then:
3333
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")')
3535
template.contains("runtimeOnly(\"org.glassfish.web:el-impl:2.2.1-b05\")")
3636
template.contains("runtimeOnly(\"org.apache.tomcat:tomcat-jdbc\")")
3737
template.contains("runtimeOnly(\"com.h2database:h2\")")

0 commit comments

Comments
 (0)