Skip to content

Commit

Permalink
Apache just released 2.16.0 log4j2, so I update them in Metacat as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
taojing2002 committed Dec 14, 2021
1 parent 412a3fb commit f72a845
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.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit f72a845

Please sign in to comment.