CAMEL-17309: Upgrade to log4j 2.15.0 and logback to 1.2.7
diff --git a/pom.xml b/pom.xml
index 7f3505b..18cf14b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,6 +228,8 @@
         <lightcouch-bundle-version>0.2.0_1</lightcouch-bundle-version>
         <libthrift-bundle-version>0.14.1_1</libthrift-bundle-version>
         <lz4-version>1.8.0</lz4-version>
+        <!-- TODO: log4j 2.15.0 does not work for all features -->
+        <log4j2-version>2.13.3</log4j2-version>
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
         <maven-owasp-plugin-version>5.3.1</maven-owasp-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>