File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ enableSonatypeOpenSourceSnapshotsRep = true
3737# The default Hibernate ORM version (override using `-PhibernateOrmVersion=the.version.you.want`)
3838# I'm not setting a version window here, because the examples will end up using the latest stable version
3939# instead of the latest snapshot
40- hibernateOrmVersion = 6.6.2 -SNAPSHOT
40+ hibernateOrmVersion = 6.6.3 -SNAPSHOT
4141
4242# Override default Hibernate ORM Gradle plugin version
4343# Using the stable version because I don't know how to configure the build to download the snapshot version from
4444# a remote repository
45- hibernateOrmGradlePluginVersion = 6.6.1 .Final
45+ hibernateOrmGradlePluginVersion = 6.6.2 .Final
4646
4747# If set to true, skip Hibernate ORM version parsing (default is true, if set to null)
4848# 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