Skip to content

Commit

Permalink
Merge pull request #2120 from US-CBP/log4j_updates
Browse files Browse the repository at this point in the history
#Log4J Updates
  • Loading branch information
originalname51 committed Jan 14, 2022
2 parents 7effce2 + f969fdb commit dba5100
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gtas-parent/gtas-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>

</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>

</dependency>

Expand Down
4 changes: 2 additions & 2 deletions gtas-parent/gtas-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>

</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>

</dependency>

Expand Down
4 changes: 2 additions & 2 deletions gtas-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>

</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>

</dependency>
<dependency>
Expand Down

0 comments on commit dba5100

Please sign in to comment.