Skip to content

Commit

Permalink
Bump log4j-api from 2.13.0 to 2.14.1
Browse files Browse the repository at this point in the history
Bumps log4j-api from 2.13.0 to 2.14.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 and remkop committed Dec 1, 2021
1 parent bf20710 commit 774764c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion picocli-annotation-processing-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation project(':picocli-codegen')
testImplementation "junit:junit:$junitVersion",
"com.google.testing.compile:compile-testing:$compileTestingVersion",
"org.apache.logging.log4j:log4j-api:2.13.0",
"org.apache.logging.log4j:log4j-api:2.14.1",
"org.apache.logging.log4j:log4j-core:2.13.0"

if (org.gradle.api.JavaVersion.current().isJava8Compatible() && !org.gradle.api.JavaVersion.current().isJava9Compatible()) {
Expand Down
2 changes: 1 addition & 1 deletion picocli-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation "org.codehaus.groovy:groovy-all:$groovyVersion",
"org.apache.ivy:ivy:$ivyVersion", // for Intelli/J
// for the Logging example
"org.apache.logging.log4j:log4j-api:2.13.0",
"org.apache.logging.log4j:log4j-api:2.14.1",
"org.apache.logging.log4j:log4j-core:2.13.0",
// for the JSR-380 BeanValidation example
"javax.validation:validation-api:2.0.0.Final",
Expand Down

0 comments on commit 774764c

Please sign in to comment.