diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-18 12:31:05 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-18 12:31:05 +0100 |
commit | 493aeb1e2cc15e7128bb23dc01307a4751522be4 (patch) | |
tree | 55d827bd1f9c6920c832bc90ada54c46454f6066 | |
parent | a5ae4e6a1b24ea8655f89b4aec672c5520f6e0d7 (diff) |
Update dependencies, Gradle wrapper.
Change-Id: I883f5be51965662f1e4e28022248c122e584960f
-rw-r--r-- | gradle.properties | 4 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9492014..ba94df8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |