diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-03-15 12:34:07 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-03-16 11:13:16 +0100 |
commit | 551f50c1b5b7d1bd8479859d204124633b1d14d8 (patch) | |
tree | fd0e89a0056adc9cb4fc2c052e440fb19514171f /gradle.properties | |
parent | a11c06520155f15795fe8b41c2040036e7090545 (diff) |
Update dependencies.
Change-Id: I883dfb802e6db8b720f3de3cfc9b8a415b3d94be
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties index dcf7ad7..31b42c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,26 +4,26 @@ quarkusPlatformGroupId = io.quarkus #quarkusPlatformArtifactId = quarkus-universe-bom quarkusPlatformArtifactId = quarkus-bom -quarkusPlatformVersion = 1.2.1.Final -quarkusPluginVersion = 1.2.1.Final +quarkusPlatformVersion = 1.3.0.Final +quarkusPluginVersion = 1.3.0.Final #quarkusPlatformArtifactId = quarkus-bom #quarkusPlatformVersion = 999-SNAPSHOT #quarkusPluginVersion = 999-SNAPSHOT -dockerPluginVersion = 6.1.3 -spotlessPluginVersion = 3.27.1 +dockerPluginVersion = 6.3.0 +spotlessPluginVersion = 3.27.2 versionsPluginVersion = 0.28.0 useLatestVersionsPluginVersion = 0.2.13 findbugsJsr305Version = 3.0.2 flexmarkVersion = 0.60.2 hibernateVersion = 5.4.12.Final -hibernateTypesVersion = 2.9.4 +hibernateTypesVersion = 2.9.5 jakartaJaccVersion = 1.6.1 jnaVersion = 5.5.0 jose4jVersion = 0.7.0 -jsoupVersion = 1.12.2 +jsoupVersion = 1.13.1 mapstructVersion = 1.3.1.Final romeVersion = 1.12.2 scalaVersion = 2.13.1 |