This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 518d26fcd60 Revert log4j to version 2.21.1 to match
spring-boot-dependencies (#12864)
518d26fcd60 is described below
commit 518d26fcd6039b5d2226bc10ac6614b0f9f15273
Author: Tom Cunningham <[email protected]>
AuthorDate: Tue Jan 23 03:54:45 2024 -0500
Revert log4j to version 2.21.1 to match spring-boot-dependencies (#12864)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 4125df302e5..1cc617b7511 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -306,7 +306,7 @@
<libphonenumber-version>8.13.28</libphonenumber-version>
<!-- virtual dependency only used by Eclipse m2e -->
<lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
- <log4j2-version>2.22.1</log4j2-version>
+ <log4j2-version>2.21.1</log4j2-version>
<logback-version>1.4.14</logback-version>
<lucene-version>9.9.1</lucene-version>
<lightcouch-version>0.2.0</lightcouch-version>