Skip to content

Commit

Permalink
Update dependency org.grails.plugins:hibernate5 to v8.0.1 (#941)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2023
1 parent 37710ae commit 451091a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies {
implementation gradleApi()
implementation("com.bertramlabs.plugins:asset-pipeline-gradle:4.4.0")
implementation("org.grails:grails-gradle-plugin:6.0.0")
implementation("org.grails.plugins:hibernate5:8.0.0")
implementation("org.grails.plugins:hibernate5:8.0.1")
implementation("org.jsoup:jsoup:1.16.1")
}
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:$assetPipelineVersion"
classpath "org.grails.plugins:hibernate5:8.0.0"
classpath "org.grails.plugins:hibernate5:8.0.1"
}
}

Expand Down

0 comments on commit 451091a

Please sign in to comment.