Skip to content

Commit

Permalink
log4j update 2.17.0 -> 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
netcrazy committed Jan 8, 2022
1 parent 081a961 commit 8b0b54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ repositories {

dependencies {
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: version
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.32'
testImplementation group: 'junit', name: 'junit', version: '4.+'
}
Expand Down

0 comments on commit 8b0b54d

Please sign in to comment.