Skip to content

Commit

Permalink
Update dependency org.apache.logging.log4j:log4j-core to v2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 27, 2022
1 parent 71d3b2e commit cc3e5ac
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 @@ -69,7 +69,7 @@ dependencies {
compile "org.grails.plugins:cache"
compile "org.hibernate:hibernate-ehcache"
compile "org.apache.logging.log4j:log4j-api:2.17.1"
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.2'
compile "org.elasticsearch:elasticsearch:${elasticsearchVersion}"
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearchVersion
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-high-level-client', version: elasticsearchVersion
Expand Down

0 comments on commit cc3e5ac

Please sign in to comment.