We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45f210c + 2fb6077 commit e388058Copy full SHA for e388058
build.gradle
@@ -77,7 +77,7 @@ dependencies {
77
compile "org.grails.plugins:cache"
78
compile "org.hibernate:hibernate-ehcache"
79
compile "org.apache.logging.log4j:log4j-api:2.14.1"
80
- compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.14.1'
+ compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'
81
compile "org.elasticsearch:elasticsearch:${elasticsearchVersion}"
82
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearchVersion
83
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-high-level-client', version: elasticsearchVersion
0 commit comments