From ad349d2af0b1835e22d117d61716f92463f2894e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 27 May 2024 13:53:49 +0200 Subject: [PATCH] bump: chore use slf4j v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- bootstrapper-maven-plugin/pom.xml | 2 +- .../src/main/resources/templates/pom.xml | 2 +- caffeine-bounded-cache-support/pom.xml | 2 +- operator-framework-core/pom.xml | 2 +- operator-framework/pom.xml | 2 +- pom.xml | 4 ++-- sample-operators/leader-election/pom.xml | 2 +- sample-operators/mysql-schema/pom.xml | 2 +- sample-operators/tomcat-operator/pom.xml | 2 +- sample-operators/webpage/pom.xml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bootstrapper-maven-plugin/pom.xml b/bootstrapper-maven-plugin/pom.xml index 55297fab6f..ef070be4f8 100644 --- a/bootstrapper-maven-plugin/pom.xml +++ b/bootstrapper-maven-plugin/pom.xml @@ -39,7 +39,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl test diff --git a/bootstrapper-maven-plugin/src/main/resources/templates/pom.xml b/bootstrapper-maven-plugin/src/main/resources/templates/pom.xml index 6ada7516c7..6a835598a3 100644 --- a/bootstrapper-maven-plugin/src/main/resources/templates/pom.xml +++ b/bootstrapper-maven-plugin/src/main/resources/templates/pom.xml @@ -58,7 +58,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl ${log4j.version} diff --git a/caffeine-bounded-cache-support/pom.xml b/caffeine-bounded-cache-support/pom.xml index 32bfa6ad13..d0840f420a 100644 --- a/caffeine-bounded-cache-support/pom.xml +++ b/caffeine-bounded-cache-support/pom.xml @@ -37,7 +37,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl test diff --git a/operator-framework-core/pom.xml b/operator-framework-core/pom.xml index 0d3b6ff15a..f0b30f33a3 100644 --- a/operator-framework-core/pom.xml +++ b/operator-framework-core/pom.xml @@ -30,7 +30,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl test diff --git a/operator-framework/pom.xml b/operator-framework/pom.xml index bac97460b0..0026c48dd6 100644 --- a/operator-framework/pom.xml +++ b/operator-framework/pom.xml @@ -70,7 +70,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl test diff --git a/pom.xml b/pom.xml index e53e65cb20..9d09df2047 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 5.10.1 6.12.1 - 1.7.36 + 2.0.12 2.23.1 5.12.0 3.14.0 @@ -170,7 +170,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl ${log4j.version} diff --git a/sample-operators/leader-election/pom.xml b/sample-operators/leader-election/pom.xml index bcbc4fbcff..894b96d988 100644 --- a/sample-operators/leader-election/pom.xml +++ b/sample-operators/leader-election/pom.xml @@ -32,7 +32,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl compile diff --git a/sample-operators/mysql-schema/pom.xml b/sample-operators/mysql-schema/pom.xml index dedb681116..bc8207a92e 100644 --- a/sample-operators/mysql-schema/pom.xml +++ b/sample-operators/mysql-schema/pom.xml @@ -51,7 +51,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl org.apache.logging.log4j diff --git a/sample-operators/tomcat-operator/pom.xml b/sample-operators/tomcat-operator/pom.xml index 158133160d..7af9893609 100644 --- a/sample-operators/tomcat-operator/pom.xml +++ b/sample-operators/tomcat-operator/pom.xml @@ -47,7 +47,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl org.apache.logging.log4j diff --git a/sample-operators/webpage/pom.xml b/sample-operators/webpage/pom.xml index 5470ece6d3..9982da49c4 100644 --- a/sample-operators/webpage/pom.xml +++ b/sample-operators/webpage/pom.xml @@ -32,7 +32,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl org.apache.logging.log4j