File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ enableSonatypeOpenSourceSnapshotsRep = true
37
37
# Override default Hibernate ORM version
38
38
# I'm not setting a version window here, because the examples will end up using the latest stable version
39
39
# instead of the latest snapshot
40
- hibernateOrmVersion = 6.5.3 -SNAPSHOT
40
+ hibernateOrmVersion = 6.6.0 -SNAPSHOT
41
41
42
42
# Override default Hibernate ORM Gradle plugin version
43
43
# Using the stable version because I don't know how to configure the build to download the snapshot version from
44
44
# a remote repository
45
- hibernateOrmGradlePluginVersion = 6.5.2.Final
45
+ hibernateOrmGradlePluginVersion = 6.6.0.CR1
46
46
47
47
# If set to true, skip Hibernate ORM version parsing (default is true, if set to null)
48
48
# this is required when using intervals or weird versions or the build will fail
You can’t perform that action at this time.
0 commit comments