egovframe-msa-edu 4.1.0 FINAL

This commit is contained in:
yongfire38
2023-03-06 14:02:31 +09:00
parent 0061396163
commit f18b5a5ecc
27 changed files with 135 additions and 86 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.4.5'
id 'org.springframework.boot' version '2.7.0'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
@@ -13,8 +13,8 @@ repositories {
}
ext {
set('springCloudVersion', "2020.0.3")
set('log4j2.version', "2.17.1") // log4j 보안 패치
set('springCloudVersion', "2021.0.3")
set('log4j2.version', "2.17.2") // log4j 보안 패치
}
dependencies {

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists