Skip to content

Commit

Permalink
Update hibernate core (#9)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and puneetbehl authored Dec 19, 2022
1 parent b67ff7e commit be041c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grails-forge-core/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.6.3.Final</version>
<version>5.6.14.Final</version>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.2.0.Final</version>
<version>6.2.5.Final</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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\")")
Expand Down

0 comments on commit be041c2

Please sign in to comment.