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 e388058 + 32da79e commit 14cf6a5Copy full SHA for 14cf6a5
build.gradle
@@ -76,7 +76,7 @@ dependencies {
76
compile "org.grails.plugins:hibernate5"
77
compile "org.grails.plugins:cache"
78
compile "org.hibernate:hibernate-ehcache"
79
- compile "org.apache.logging.log4j:log4j-api:2.14.1"
+ compile "org.apache.logging.log4j:log4j-api:2.17.1"
80
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
0 commit comments