Skip to content

Commit

Permalink
update log4j version to 2.21.0 (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <cyji@amazon.com>
  • Loading branch information
ansjcy committed Nov 16, 2023
1 parent 807fc69 commit 851741b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
def jacksonVersion = "2.15.1"
def jacksonDataBindVersion = "2.14.1"
def junitVersion = "4.13.1"
def log4jVersion = "2.20.0"
def log4jVersion = "2.21.0"

implementation "org.jooq:jooq:3.10.8"
implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
Expand Down

0 comments on commit 851741b

Please sign in to comment.