From be041c273f5d1fe6762c10b2d51512621842e7c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 00:23:25 +0530 Subject: [PATCH] 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 --- grails-forge-core/src/main/resources/pom.xml | 4 ++-- .../grails/forge/feature/database/HibernateGormSpec.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grails-forge-core/src/main/resources/pom.xml b/grails-forge-core/src/main/resources/pom.xml index 8043c7ce..2d95b2c1 100644 --- a/grails-forge-core/src/main/resources/pom.xml +++ b/grails-forge-core/src/main/resources/pom.xml @@ -15,7 +15,7 @@ org.hibernate hibernate-core - 5.6.3.Final + 5.6.14.Final org.glassfish.web @@ -55,7 +55,7 @@ org.hibernate hibernate-validator - 6.2.0.Final + 6.2.5.Final org.mongodb diff --git a/grails-forge-core/src/test/groovy/org/grails/forge/feature/database/HibernateGormSpec.groovy b/grails-forge-core/src/test/groovy/org/grails/forge/feature/database/HibernateGormSpec.groovy index 280fc0f3..631f3d3e 100644 --- a/grails-forge-core/src/test/groovy/org/grails/forge/feature/database/HibernateGormSpec.groovy +++ b/grails-forge-core/src/test/groovy/org/grails/forge/feature/database/HibernateGormSpec.groovy @@ -31,7 +31,7 @@ class HibernateGormSpec extends ApplicationContextSpec implements CommandOutputF then: template.contains('implementation("org.grails.plugins:hibernate5")') - template.contains('implementation("org.hibernate:hibernate-core:5.6.3.Final")') + template.contains('implementation("org.hibernate:hibernate-core:5.6.14.Final")') template.contains("runtimeOnly(\"org.glassfish.web:el-impl:2.2.1-b05\")") template.contains("runtimeOnly(\"org.apache.tomcat:tomcat-jdbc\")") template.contains("runtimeOnly(\"com.h2database:h2\")")