Skip to content

Commit

Permalink
Bump log4j-api from 2.14.1 to 2.17.1
Browse files Browse the repository at this point in the history
Bumps log4j-api from 2.14.1 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2021
1 parent e388058 commit 32da79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
compile "org.grails.plugins:hibernate5"
compile "org.grails.plugins:cache"
compile "org.hibernate:hibernate-ehcache"
compile "org.apache.logging.log4j:log4j-api:2.14.1"
compile "org.apache.logging.log4j:log4j-api:2.17.1"
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'
compile "org.elasticsearch:elasticsearch:${elasticsearchVersion}"
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearchVersion
Expand Down

0 comments on commit 32da79e

Please sign in to comment.