Skip to content

Commit

Permalink
版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
CaaMoe committed Dec 16, 2021
1 parent 25905fb commit fdf0991
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ public class Library {
Library.builder()
.group("org.apache.logging.log4j")
.name("log4j-core")
.version("2.14.1")
.version("2.16.0")
.mainClass("org.apache.logging.log4j.core.LoggerContext")
.build(),
Library.builder()
.group("org.apache.logging.log4j")
.name("log4j-api")
.version("2.14.1")
.version("2.16.0")
.mainClass("org.apache.logging.log4j.Level")
.build(),
Library.builder()
Expand Down

0 comments on commit fdf0991

Please sign in to comment.