Skip to content

Commit 545951b

Browse files
authored
Merge pull request advanced-security-demo#26 from advanced-security/securingdev-patch-1
Update pom.xml to fix breaking CodeQL scans
2 parents 628480c + 89d06d2 commit 545951b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,15 @@
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.logging.log4j</groupId>
37-
<artifactId>log4j</artifactId>
38-
<version>2.16.0</version>
39-
</dependency>
40-
</dependencies>
37+
<artifactId>log4j-core</artifactId>
38+
<version>2.1</version>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.apache.logging.log4j</groupId>
42+
<artifactId>log4j-api</artifactId>
43+
<version>2.1</version>
44+
</dependency>
45+
</dependencies>
4146
<build>
4247
<plugins>
4348
<plugin>

0 commit comments

Comments
 (0)