Skip to content

Commit

Permalink
Update dependency org.grails.plugins:hibernate5 to v8.0.2 (#238)
Browse files Browse the repository at this point in the history
* Update dependency org.grails.plugins:hibernate5 to v8.0.2

* Update HibernateGormSpec.groovy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puneet Behl <[email protected]>
  • Loading branch information
renovate[bot] and puneetbehl authored Dec 13, 2023
1 parent 4c8cbad commit c1ce9c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grails-forge-core/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>hibernate5</artifactId>
<version>8.0.1</version>
<version>8.0.2</version>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class HibernateGormSpec extends ApplicationContextSpec implements CommandOutputF
.renderBuildSrc()

then:
template.contains('implementation("org.grails.plugins:hibernate5:8.0.1")')
template.contains('implementation("org.grails.plugins:hibernate5:8.0.2")')
}

void "test buildSrc is present for buildscript dependencies"() {
Expand All @@ -53,7 +53,7 @@ class HibernateGormSpec extends ApplicationContextSpec implements CommandOutputF

expect:
buildSrcBuildGradle != null
buildSrcBuildGradle.contains("implementation(\"org.grails.plugins:hibernate5:8.0.1\")")
buildSrcBuildGradle.contains("implementation(\"org.grails.plugins:hibernate5:8.0.2\")")

}

Expand Down

0 comments on commit c1ce9c1

Please sign in to comment.