From 773ee43bff44e0e04810fcb9a242ea282442cda5 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Thu, 28 Apr 2022 13:35:52 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A0=88=EC=9E=84=EC=9B=8C=ED=81=AC?= =?UTF-8?q?=20=EB=B2=84=EC=A0=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/root/build.gradle | 10 +- .../bo/client/pages/samples/dext5-editor.vue | 2 +- .../components/sample/sub-component.vue | 2 + front/fo/types/index.d.ts | 9 +- front/package.json | 49 +- front/tsconfig.json | 2 +- front/yarn.lock | 3461 +++++++++++------ 7 files changed, 2406 insertions(+), 1129 deletions(-) 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 @@