Skip to content

Commit 8ac55bd

Browse files
Update log4j2 monorepo to v2.24.3
1 parent 3f1d756 commit 8ac55bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bridgeService-data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>org.apache.logging.log4j</groupId>
2525
<artifactId>log4j-core</artifactId>
26-
<version>2.24.1</version>
26+
<version>2.24.3</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.apache.logging.log4j</groupId>
3030
<artifactId>log4j-api</artifactId>
31-
<version>2.24.1</version>
31+
<version>2.24.3</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.sun.mail</groupId>

integroBridgeService/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@
137137
<dependency>
138138
<groupId>org.apache.logging.log4j</groupId>
139139
<artifactId>log4j-core</artifactId>
140-
<version>2.24.1</version>
140+
<version>2.24.3</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.apache.logging.log4j</groupId>
144144
<artifactId>log4j-api</artifactId>
145-
<version>2.24.1</version>
145+
<version>2.24.3</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)