Skip to content

Commit

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

---
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] committed Dec 1, 2021
1 parent d6c270f commit 00d30fe
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 @@ -14,7 +14,7 @@ dependencies {
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-core:2.13.0"
"org.apache.logging.log4j:log4j-core:2.14.1"

if (org.gradle.api.JavaVersion.current().isJava8Compatible() && !org.gradle.api.JavaVersion.current().isJava9Compatible()) {
// only use tools.jar on Java 8, it was removed in Java 9 // https://github.com/google/compile-testing/issues/134
Expand Down
2 changes: 1 addition & 1 deletion picocli-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
"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-core:2.13.0",
"org.apache.logging.log4j:log4j-core:2.14.1",
// for the JSR-380 BeanValidation example
"javax.validation:validation-api:2.0.0.Final",
"org.hibernate.validator:hibernate-validator:6.1.2.Final",
Expand Down

0 comments on commit 00d30fe

Please sign in to comment.