diff --git a/back/root/build.gradle b/back/root/build.gradle index 08d3dcc..fc1acaa 100644 --- a/back/root/build.gradle +++ b/back/root/build.gradle @@ -4,7 +4,7 @@ buildscript { set('springCloudVersion', "Hoxton.SR3") // log4j2 버전 변경 - set('log4j2.version', '2.15.0') + set('log4j2.version', '2.17.1') } repositories { @@ -28,7 +28,7 @@ configurations.all { } if (details.requested.group == 'org.apache.logging.log4j') { - details.useVersion '2.15.0' + details.useVersion '2.17.1' } } } @@ -56,7 +56,7 @@ subprojects { ext { set('springCloudVersion', "Hoxton.SR3") - ustraVersion = '2.0.50.RELEASE' + ustraVersion = '2.0.51.145-SNAPSHOT' } @@ -91,8 +91,8 @@ subprojects { implementation 'ch.qos.logback:logback-core:1.2.9' implementation 'ch.qos.logback:logback-classic:1.2.9' - implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.15.0' - implementation 'org.apache.logging.log4j:log4j-api:2.15.0' + implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.17.1' + implementation 'org.apache.logging.log4j:log4j-api:2.17.1' implementation 'org.springframework.boot:spring-boot-starter' testImplementation 'org.springframework.boot:spring-boot-starter-test' diff --git a/front/bo/client/pages/samples/dext5-editor.vue b/front/bo/client/pages/samples/dext5-editor.vue index bd4a77a..e0c96ae 100644 --- a/front/bo/client/pages/samples/dext5-editor.vue +++ b/front/bo/client/pages/samples/dext5-editor.vue @@ -12,7 +12,7 @@