File tree 2 files changed +2
-2
lines changed
plugin/src/docs/code/s2-quickstart
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ dependencies {
11
11
implementation gradleApi()
12
12
implementation(" com.bertramlabs.plugins:asset-pipeline-gradle:4.4.0" )
13
13
implementation(" org.grails:grails-gradle-plugin:6.1.0" )
14
- implementation(" org.grails.plugins:hibernate5:8.0.2 " )
14
+ implementation(" org.grails.plugins:hibernate5:8.0.3 " )
15
15
implementation(" org.jsoup:jsoup:1.17.1" )
16
16
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
dependencies {
6
6
classpath " org.grails:grails-gradle-plugin:$grailsGradlePluginVersion "
7
7
classpath " com.bertramlabs.plugins:asset-pipeline-gradle:$assetPipelineVersion "
8
- classpath " org.grails.plugins:hibernate5:8.0.2 "
8
+ classpath " org.grails.plugins:hibernate5:8.0.3 "
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments