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\")")