Skip to content

Commit

Permalink
Update log4j-api and log4j-core version (#36)
Browse files Browse the repository at this point in the history
In reference to build failure seen in RCA package: https://github.com/opensearch-project/performance-analyzer-rca/actions/runs/5756669458/job/15606455988

Signed-off-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com>
  • Loading branch information
khushbr authored Aug 7, 2023
1 parent 33653b2 commit 0197ef0
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 @@ -86,7 +86,7 @@ dependencies {
def jacksonVersion = "2.15.1"
def jacksonDataBindVersion = "2.14.1"
def junitVersion = "4.13.1"
def log4jVersion = "2.17.1"
def log4jVersion = "2.20.0"

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

0 comments on commit 0197ef0

Please sign in to comment.