Skip to content

Commit

Permalink
Update log4j2 monorepo to v2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 55692b7 commit 51e561b
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 @@ -69,8 +69,8 @@ dependencies {
compile "org.grails.plugins:hibernate5"
compile "org.grails.plugins:cache"
compile "org.hibernate:hibernate-ehcache"
compile "org.apache.logging.log4j:log4j-api:2.18.0"
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.18.0'
compile "org.apache.logging.log4j:log4j-api:2.24.3"
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.24.3'
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 51e561b

Please sign in to comment.