This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch unomi-1.6.x
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/unomi-1.6.x by this push:
     new 2e25782  UNOMI-546 : update log4j and karaf version (#377)
2e25782 is described below

commit 2e25782c44c9b8dcd704f09de81601abf687f0cd
Author: jsinovassin <[email protected]>
AuthorDate: Tue Jan 25 13:59:13 2022 +0100

    UNOMI-546 : update log4j and karaf version (#377)
    
    (cherry picked from commit caa37a590746987f4c332758bbb8a1251feac2d7)
---
 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 2272f49..31a597d 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 919a826..98fd38b 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>

Reply via email to