This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch dependabot/maven/slf4j.version-2.0.7
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to
refs/heads/dependabot/maven/slf4j.version-2.0.7 by this push:
new 89e55daa3 deps: log4j-slf4j-impl -> log4j-slf4j2-impl
89e55daa3 is described below
commit 89e55daa3803fac0da6ea37d2dc2ac843a4a511b
Author: lprimak <[email protected]>
AuthorDate: Tue Jul 4 20:06:16 2023 -0500
deps: log4j-slf4j-impl -> log4j-slf4j2-impl
---
core/pom.xml | 2 +-
crypto/cipher/pom.xml | 2 +-
crypto/hash/pom.xml | 2 +-
integration-tests/guice3/pom.xml | 2 +-
integration-tests/guice4/pom.xml | 2 +-
integration-tests/jaxrs/meecrowave/pom.xml | 2 +-
integration-tests/jaxrs/openliberty/pom.xml | 2 +-
integration-tests/support/pom.xml | 2 +-
lang/pom.xml | 2 +-
pom.xml | 2 +-
samples/aspectj/pom.xml | 2 +-
samples/guice/pom.xml | 2 +-
samples/quickstart-guice/pom.xml | 2 +-
samples/quickstart/pom.xml | 2 +-
samples/spring-boot-3-web/pom.xml | 3 +--
samples/spring-boot/pom.xml | 2 +-
samples/spring-hibernate/pom.xml | 2 +-
samples/spring-mvc/pom.xml | 2 +-
samples/spring/pom.xml | 2 +-
samples/web-jakarta/pom.xml | 2 +-
support/aspectj/pom.xml | 2 +-
support/ehcache/pom.xml | 2 +-
support/guice/pom.xml | 2 +-
support/hazelcast/pom.xml | 2 +-
support/quartz/pom.xml | 2 +-
support/spring/pom.xml | 2 +-
tools/hasher/pom.xml | 2 +-
web/pom.xml | 2 +-
28 files changed, 28 insertions(+), 29 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index f71ea872e..a81cbf471 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -150,7 +150,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml
index 919b0e7bc..a190c73b5 100644
--- a/crypto/cipher/pom.xml
+++ b/crypto/cipher/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml
index 2fb69bfcf..82acf151d 100644
--- a/crypto/hash/pom.xml
+++ b/crypto/hash/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/integration-tests/guice3/pom.xml b/integration-tests/guice3/pom.xml
index 8e938dfb6..79aa731e0 100644
--- a/integration-tests/guice3/pom.xml
+++ b/integration-tests/guice3/pom.xml
@@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/integration-tests/guice4/pom.xml b/integration-tests/guice4/pom.xml
index 8ee49131d..0c45c4680 100644
--- a/integration-tests/guice4/pom.xml
+++ b/integration-tests/guice4/pom.xml
@@ -66,7 +66,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/integration-tests/jaxrs/meecrowave/pom.xml
b/integration-tests/jaxrs/meecrowave/pom.xml
index c82c5d1b1..d0602cc81 100644
--- a/integration-tests/jaxrs/meecrowave/pom.xml
+++ b/integration-tests/jaxrs/meecrowave/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/integration-tests/jaxrs/openliberty/pom.xml
b/integration-tests/jaxrs/openliberty/pom.xml
index db56a309a..3aad63bb8 100644
--- a/integration-tests/jaxrs/openliberty/pom.xml
+++ b/integration-tests/jaxrs/openliberty/pom.xml
@@ -88,7 +88,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/integration-tests/support/pom.xml
b/integration-tests/support/pom.xml
index 3c3f5f375..42aef3990 100644
--- a/integration-tests/support/pom.xml
+++ b/integration-tests/support/pom.xml
@@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/lang/pom.xml b/lang/pom.xml
index 943c986c7..e6729bce4 100644
--- a/lang/pom.xml
+++ b/lang/pom.xml
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index fa45d9730..3eaf8705c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1143,7 +1143,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml
index 9bb5686c5..af9b9218b 100644
--- a/samples/aspectj/pom.xml
+++ b/samples/aspectj/pom.xml
@@ -83,7 +83,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/samples/guice/pom.xml b/samples/guice/pom.xml
index e5491f5af..3262723df 100644
--- a/samples/guice/pom.xml
+++ b/samples/guice/pom.xml
@@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/samples/quickstart-guice/pom.xml b/samples/quickstart-guice/pom.xml
index 9131eccfd..de4417168 100644
--- a/samples/quickstart-guice/pom.xml
+++ b/samples/quickstart-guice/pom.xml
@@ -72,7 +72,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/samples/quickstart/pom.xml b/samples/quickstart/pom.xml
index 597feadd8..3f117014e 100644
--- a/samples/quickstart/pom.xml
+++ b/samples/quickstart/pom.xml
@@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/samples/spring-boot-3-web/pom.xml
b/samples/spring-boot-3-web/pom.xml
index 0a10ef9de..aeae74c31 100644
--- a/samples/spring-boot-3-web/pom.xml
+++ b/samples/spring-boot-3-web/pom.xml
@@ -37,7 +37,6 @@
<spring-boot.version>3.1.1</spring-boot.version>
<!-- below versions are not necessary in "real" applications -->
<spring.version>6.0.10</spring.version>
- <slf4j.version>2.0.7</slf4j.version>
</properties>
<dependencies>
@@ -79,7 +78,7 @@
<optional>true</optional>
</dependency>
-<!-- below dependencies are not necessary in "real" applications -->
+<!-- below dependencies may not be necessary in "real" applications -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml
index eb8543a84..f214a7742 100644
--- a/samples/spring-boot/pom.xml
+++ b/samples/spring-boot/pom.xml
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/samples/spring-hibernate/pom.xml b/samples/spring-hibernate/pom.xml
index d634d85d1..7bfe6b251 100644
--- a/samples/spring-hibernate/pom.xml
+++ b/samples/spring-hibernate/pom.xml
@@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml
index cf6205b9c..901a1a7bb 100644
--- a/samples/spring-mvc/pom.xml
+++ b/samples/spring-mvc/pom.xml
@@ -92,7 +92,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml
index 2cd80ffd9..78d35cf74 100644
--- a/samples/spring/pom.xml
+++ b/samples/spring/pom.xml
@@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/samples/web-jakarta/pom.xml b/samples/web-jakarta/pom.xml
index fc88ea0e1..0448a2c10 100644
--- a/samples/web-jakarta/pom.xml
+++ b/samples/web-jakarta/pom.xml
@@ -63,7 +63,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml
index 75d2b4a6f..bd77a9eb5 100644
--- a/support/aspectj/pom.xml
+++ b/support/aspectj/pom.xml
@@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/support/ehcache/pom.xml b/support/ehcache/pom.xml
index 99b1a00f8..e2d297dc3 100644
--- a/support/ehcache/pom.xml
+++ b/support/ehcache/pom.xml
@@ -49,7 +49,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/support/guice/pom.xml b/support/guice/pom.xml
index d44d0ef56..bb9287724 100644
--- a/support/guice/pom.xml
+++ b/support/guice/pom.xml
@@ -78,7 +78,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml
index bee783d83..284c8f2f8 100644
--- a/support/hazelcast/pom.xml
+++ b/support/hazelcast/pom.xml
@@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/support/quartz/pom.xml b/support/quartz/pom.xml
index 9394eaaa8..72e089374 100644
--- a/support/quartz/pom.xml
+++ b/support/quartz/pom.xml
@@ -49,7 +49,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/support/spring/pom.xml b/support/spring/pom.xml
index 06b208953..bccba64ab 100644
--- a/support/spring/pom.xml
+++ b/support/spring/pom.xml
@@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml
index bac9656a2..cd9f33d50 100644
--- a/tools/hasher/pom.xml
+++ b/tools/hasher/pom.xml
@@ -67,7 +67,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/web/pom.xml b/web/pom.xml
index 53198929d..75b1cf767 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -80,7 +80,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>