diff --git a/pom.xml b/pom.xml
index c65bf1a..e45fdef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
3.3.0
4.3.0
- 1.4.266
+ 1.4.267
@@ -53,12 +53,12 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.13
- ch.qos.logback
- logback-classic
- 1.2.13
+ org.apache.logging.log4j
+ log4j-slf4j2-impl
+ 2.23.1
test
diff --git a/st-tdg-eval/src/test/resources/log4j2.xml b/st-tdg-eval/src/test/resources/log4j2.xml
new file mode 100644
index 0000000..a807f61
--- /dev/null
+++ b/st-tdg-eval/src/test/resources/log4j2.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/st-tdg-eval/src/test/resources/logback.xml b/st-tdg-eval/src/test/resources/logback.xml
deleted file mode 100644
index b06b9a5..0000000
--- a/st-tdg-eval/src/test/resources/logback.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
-
-
- target/swagger-petstore-test.log
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/st-tdg-test/pom.xml b/st-tdg-test/pom.xml
index d1da2b3..2fc7c75 100644
--- a/st-tdg-test/pom.xml
+++ b/st-tdg-test/pom.xml
@@ -39,8 +39,8 @@
slf4j-api
- ch.qos.logback
- logback-classic
+ org.apache.logging.log4j
+ log4j-slf4j2-impl
diff --git a/st-tdg-test/src/test/resources/log4j2.xml b/st-tdg-test/src/test/resources/log4j2.xml
new file mode 100644
index 0000000..f2bdd2f
--- /dev/null
+++ b/st-tdg-test/src/test/resources/log4j2.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/st-tdg-test/src/test/resources/logback.xml b/st-tdg-test/src/test/resources/logback.xml
deleted file mode 100644
index f77cc16..0000000
--- a/st-tdg-test/src/test/resources/logback.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
-
-
- target/st-tdg-test.log
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file