Skip to content

Commit

Permalink
Merge pull request #26 from advanced-security/securingdev-patch-1
Browse files Browse the repository at this point in the history
Update pom.xml to fix breaking CodeQL scans
  • Loading branch information
securingdev authored Feb 24, 2023
2 parents 628480c + 89d06d2 commit 545951b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
<version>2.16.0</version>
</dependency>
</dependencies>
<artifactId>log4j-core</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 545951b

Please sign in to comment.