Skip to content

Commit 99c277e

Browse files
committed
fix
1 parent a8ad1ac commit 99c277e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)