File tree 5 files changed +13
-12
lines changed
plugins/omar-hibernate-spatial-plugin 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ repositories {
4
4
}
5
5
dependencies {
6
6
implementation(" com.bertramlabs.plugins:asset-pipeline-gradle:4.3.0" )
7
- implementation(" org.grails:grails-gradle-plugin:6.0.0 " )
8
- implementation(" org.grails.plugins:hibernate5:8.0 .0" )
7
+ implementation(" org.grails:grails-gradle-plugin:6.1.2 " )
8
+ implementation(" org.grails.plugins:hibernate5:8.1 .0" )
9
9
}
Original file line number Diff line number Diff line change 1
- projectVersion =3.0.0
1
+ projectVersion =3.0.1
2
2
3
- grailsVersion =6.0 .0
4
- grailsGradlePluginVersion =6.0.0
3
+ grailsVersion =6.2 .0
4
+ grailsGradlePluginVersion =6.1.2
5
5
version =0.1
6
6
org.gradle.caching =true
7
7
org.gradle.daemon =true
@@ -10,12 +10,13 @@ org.gradle.jvmArgs=-Dfile.encoding=UTF-8 -Xmx1024M
10
10
11
11
assetPipelineVersion =4.3.0
12
12
glassfishVersion =2.2.1-b05
13
- groovyVersion =3.0.13
13
+ groovyVersion =3.0.21
14
14
hibernateCoreVersion =5.6.15.Final
15
- hibernate5GradlePluginVersion =8.0.0
15
+ postgresqlVersion =42.5.0
16
+ hibernate5GradlePluginVersion =8.1.0
16
17
jansiVersion =1.18
17
18
jaxbVersion =2.3.1
18
- jibPluginVersion =3.3.2
19
+ jibPluginVersion =3.4.3
19
20
seleniumVersion =4.10.0
20
21
versionsPluginVersion =0.47.0
21
22
webdriverChromeVersion =110.0.5481.77
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
4
4
dependencies {
5
5
implementation " org.hibernate:hibernate-spatial:${ hibernateCoreVersion} "
6
- implementation ' org.postgresql:postgresql'
6
+ implementation " org.postgresql:postgresql"
7
7
}
8
8
9
9
assets {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ pluginManagement {
6
6
gradlePluginPortal()
7
7
}
8
8
plugins {
9
- id " org.grails.grails-web" version " 6.0.0 "
10
- id " org.grails.grails-gsp" version " 6.0.0 "
9
+ id " org.grails.grails-web" version " 6.2.1 "
10
+ id " org.grails.grails-gsp" version " 6.2.1 "
11
11
id " com.bertramlabs.asset-pipeline" version " 4.3.0"
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments