Skip to content

Commit bd9a82a

Browse files
Update log4j2 monorepo to v2.24.2
1 parent 55692b7 commit bd9a82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ dependencies {
6969
compile "org.grails.plugins:hibernate5"
7070
compile "org.grails.plugins:cache"
7171
compile "org.hibernate:hibernate-ehcache"
72-
compile "org.apache.logging.log4j:log4j-api:2.18.0"
73-
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.18.0'
72+
compile "org.apache.logging.log4j:log4j-api:2.24.2"
73+
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.24.2'
7474
compile "org.elasticsearch:elasticsearch:${elasticsearchVersion}"
7575
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearchVersion
7676
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-high-level-client', version: elasticsearchVersion

0 commit comments

Comments
 (0)