Skip to content

Commit

Permalink
Merge pull request #73 from puneetbehl/dependabot/gradle/org.apache.l…
Browse files Browse the repository at this point in the history
…ogging.log4j-log4j-core-2.14.1

Bump log4j-core from 2.7 to 2.14.1
  • Loading branch information
puneetbehl authored Jun 30, 2021
2 parents 1a41657 + b033554 commit e647579
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 @@ -92,7 +92,7 @@ dependencies {
compile "org.hibernate:hibernate-ehcache"

compile "org.apache.logging.log4j:log4j-api:2.7"
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.7'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.14.1'

compile "org.elasticsearch:elasticsearch:${elasticsearchVersion}"
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearchVersion
Expand Down

0 comments on commit e647579

Please sign in to comment.