We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55692b7 commit bd9a82aCopy full SHA for bd9a82a
build.gradle
@@ -69,8 +69,8 @@ dependencies {
69
compile "org.grails.plugins:hibernate5"
70
compile "org.grails.plugins:cache"
71
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'
+ compile "org.apache.logging.log4j:log4j-api:2.24.2"
+ compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.24.2'
74
compile "org.elasticsearch:elasticsearch:${elasticsearchVersion}"
75
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearchVersion
76
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-high-level-client', version: elasticsearchVersion
0 commit comments