Skip to content

Commit

Permalink
Bump log4j-core from 2.16.0 to 2.17.0
Browse files Browse the repository at this point in the history
Bumps log4j-core from 2.16.0 to 2.17.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  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 20, 2021
1 parent 60ffb4f commit 5f7509f
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 @@ -37,7 +37,7 @@ dependencies {
implementation("org.apache.tika:tika-core:2.1.0")

implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.0'

implementation 'com.codepoetics:protonpack:1.16'
implementation("com.google.guava:guava:31.0.1-jre")
Expand Down

0 comments on commit 5f7509f

Please sign in to comment.