Skip to content

Commit 5d7a8f1

Browse files
author
Istemi Ekin Akkus
committed
bump other apache logging packages to 2.13.2
1 parent 9d570cf commit 5d7a8f1

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

DataLayerService/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.logging.log4j</groupId>
3333
<artifactId>log4j-api</artifactId>
34-
<version>2.12.0</version>
34+
<version>2.13.2</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.apache.logging.log4j</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.apache.logging.log4j</groupId>
4343
<artifactId>log4j-slf4j-impl</artifactId>
44-
<version>2.12.0</version>
44+
<version>2.13.2</version>
4545
</dependency>
4646
</dependencies>
4747

HttpFrontend/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.apache.logging.log4j</groupId>
1919
<artifactId>log4j-api</artifactId>
20-
<version>2.12.0</version>
20+
<version>2.13.2</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.apache.logging.log4j</groupId>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.logging.log4j</groupId>
2929
<artifactId>log4j-slf4j-impl</artifactId>
30-
<version>2.12.0</version>
30+
<version>2.13.2</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.apache.thrift</groupId>
@@ -39,11 +39,6 @@
3939
<artifactId>json</artifactId>
4040
<version>20180813</version>
4141
</dependency>
42-
<dependency>
43-
<groupId>org.apache.kafka</groupId>
44-
<artifactId>kafka-clients</artifactId>
45-
<version>2.3.0</version>
46-
</dependency>
4742
<dependency>
4843
<groupId>org.eclipse.jetty</groupId>
4944
<artifactId>jetty-server</artifactId>

JavaRequestHandler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.apache.logging.log4j</groupId>
2323
<artifactId>log4j-api</artifactId>
24-
<version>2.12.0</version>
24+
<version>2.13.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.apache.logging.log4j</groupId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.logging.log4j</groupId>
3333
<artifactId>log4j-slf4j-impl</artifactId>
34-
<version>2.12.0</version>
34+
<version>2.13.2</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>net.sourceforge.argparse4j</groupId>

QueueService/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.apache.logging.log4j</groupId>
2525
<artifactId>log4j-api</artifactId>
26-
<version>2.12.0</version>
26+
<version>2.13.2</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.apache.logging.log4j</groupId>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.apache.logging.log4j</groupId>
3535
<artifactId>log4j-slf4j-impl</artifactId>
36-
<version>2.12.0</version>
36+
<version>2.13.2</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.thrift</groupId>

0 commit comments

Comments
 (0)