Skip to content

Commit 2aa4326

Browse files
Merge pull request #880 from DakshithaS/dependency-updates
Update log4j version from 2.12.0|2.17.1 to 2.24.3
2 parents 44d4660 + 479d992 commit 2aa4326

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/data-bridge/org.wso2.carbon.databridge.agent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,19 @@
9999
<dependency>
100100
<groupId>org.apache.logging.log4j</groupId>
101101
<artifactId>log4j-api</artifactId>
102-
<version>2.17.1</version>
102+
<version>2.24.3</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.apache.logging.log4j</groupId>
107107
<artifactId>log4j-core</artifactId>
108-
<version>2.17.1</version>
108+
<version>2.24.3</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.apache.logging.log4j</groupId>
113113
<artifactId>log4j-slf4j-impl</artifactId>
114-
<version>2.17.1</version>
114+
<version>2.24.3</version>
115115
<scope>test</scope>
116116
</dependency>
117117
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,12 +1236,12 @@
12361236
<dependency>
12371237
<groupId>org.apache.logging.log4j</groupId>
12381238
<artifactId>log4j-api</artifactId>
1239-
<version>2.12.0</version>
1239+
<version>2.24.3</version>
12401240
</dependency>
12411241
<dependency>
12421242
<groupId>org.apache.logging.log4j</groupId>
12431243
<artifactId>log4j-core</artifactId>
1244-
<version>2.12.0</version>
1244+
<version>2.24.3</version>
12451245
</dependency>
12461246
<dependency>
12471247
<groupId>org.wso2.carbon</groupId>

0 commit comments

Comments
 (0)