Skip to content

Commit

Permalink
Merge pull request #1469 from NCEAS/dev-2.14
Browse files Browse the repository at this point in the history
Upgrade log4j jar files to version 2.14.0
  • Loading branch information
taojing2002 authored Dec 11, 2020
2 parents bf63e64 + 0abe548 commit efff327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metacat-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,17 +219,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.11.2</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.2</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.11.2</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit efff327

Please sign in to comment.