This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new caa37a5 UNOMI-546 : update log4j and karaf version (#377)
caa37a5 is described below
commit caa37a590746987f4c332758bbb8a1251feac2d7
Author: jsinovassin <[email protected]>
AuthorDate: Tue Jan 25 13:59:13 2022 +0100
UNOMI-546 : update log4j and karaf version (#377)
---
persistence-elasticsearch/core/pom.xml | 12 ++++++------
pom.xml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/persistence-elasticsearch/core/pom.xml
b/persistence-elasticsearch/core/pom.xml
index bc9847e..beaf2de 100644
--- a/persistence-elasticsearch/core/pom.xml
+++ b/persistence-elasticsearch/core/pom.xml
@@ -118,19 +118,19 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.12.1</version>
+ <version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.12.1</version>
+ <version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>2.12.1</version>
+ <version>2.17.0</version>
<scope>test</scope>
</dependency>
@@ -139,14 +139,14 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.12.1</version>
+ <version>2.17.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.12.1</version>
+ <version>2.17.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -159,7 +159,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.12.1</version>
+ <version>2.17.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
diff --git a/pom.xml b/pom.xml
index 60a8c1e..4f3e41e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<version.jackson.core>2.10.5</version.jackson.core>
<version.jackson.databind>2.10.5.1</version.jackson.databind>
<version.jackson.jaxb>2.10.5</version.jackson.jaxb>
- <version.karaf>4.2.11</version.karaf>
+ <version.karaf>4.2.15</version.karaf>
<version.karaf.cellar>4.2.1</version.karaf.cellar>
<version.pax.exam>4.13.1</version.pax.exam>
<elasticsearch.version>7.4.2</elasticsearch.version>