This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push:
new 6ff4451 Bump Log4j2 version to 2.13.3
6ff4451 is described below
commit 6ff4451d5641d9836fab1326128470668e6e2e36
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon May 18 17:17:40 2020 +0200
Bump Log4j2 version to 2.13.3
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 97fbc37..7edbcd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<commons-codec.version>1.14</commons-codec.version>
<commons-dbcp2.version>2.7.0</commons-dbcp2.version>
<assertj.version>3.15.0</assertj.version>
- <log4j2.version>2.13.2</log4j2.version>
+ <log4j2.version>2.13.3</log4j2.version>
<slf4j.version>1.7.30</slf4j.version>
<groovy.version>3.0.3</groovy.version>
<kotlin.version>1.3.72</kotlin.version>