Parcourir la source

ST24PRJ-670 LOG4J 보안 이슈 처리

card007 il y a 4 ans
Parent
commit
d715226f72
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      pom.xml

+ 13 - 0
pom.xml

@@ -182,6 +182,19 @@
 			<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-shoplinker-1.7.2-RELEASE.jar</systemPath>
 		</dependency>
 		<!-- \\\ WEB-INF lib -->
+
+		<!-- /// logback 취약점 대응 -->
+		<dependency>
+			<groupId>ch.qos.logback</groupId>
+			<artifactId>logback-classic</artifactId>
+			<version>1.2.9</version>
+		</dependency>
+		<dependency>
+			<groupId>ch.qos.logback</groupId>
+			<artifactId>logback-core</artifactId>
+			<version>1.2.9</version>
+		</dependency>
+		<!-- \\\ logback 취약점 대응 -->
 	</dependencies>
 
 	<build>