diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 41e6824..d0e31d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,9 +8,9 @@ quarkusPluginVersion = 1.1.1.Final #quarkusPlatformVersion = 999-SNAPSHOT #quarkusPluginVersion = 999-SNAPSHOT -spotlessPluginVersion = 3.27.0 +spotlessPluginVersion = 3.27.1 versionsPluginVersion = 0.27.0 useLatestVersionsPluginVersion = 0.2.13 -hibernateTypesVersion = 2.9.0 +hibernateTypesVersion = 2.9.2 scalaVersion = 2.13.1 |