Update 'build.gradle'

master
bvn13 2022-12-24 15:16:31 +03:00
parent 9400305b88
commit 0c2a881e70
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS
buildscript {
ext {
// ext.mavenRepo = 'http://localhost:18081/repository/maven-central/'
springBootVersion = '2.6.6'
springCloudVersion = '2021.0.1'
springBootVersion = '2.6.6' // '3.0.1'
springCloudVersion = '2021.0.1' // '2022.0.0'
liquibaseCoreVersion = '3.8.9'
liquibasePluginVersion = '2.1.1'
logbackVersion = '1.2.9'