Skip to content

Commit e2436ff

Browse files
dependabot[bot]remkop
authored andcommitted
Bump log4j-api from 2.14.1 to 2.16.0
Bumps log4j-api from 2.14.1 to 2.16.0. --- 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] <[email protected]>
1 parent f1f97f5 commit e2436ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

picocli-annotation-processing-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation project(':picocli-codegen')
1414
testImplementation "junit:junit:$junitVersion",
1515
"com.google.testing.compile:compile-testing:$compileTestingVersion",
16-
"org.apache.logging.log4j:log4j-api:2.14.1",
16+
"org.apache.logging.log4j:log4j-api:2.16.0",
1717
"org.apache.logging.log4j:log4j-core:2.14.1"
1818

1919
if (org.gradle.api.JavaVersion.current().isJava8Compatible() && !org.gradle.api.JavaVersion.current().isJava9Compatible()) {

picocli-examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation "org.codehaus.groovy:groovy-all:$groovyVersion",
3131
"org.apache.ivy:ivy:$ivyVersion", // for Intelli/J
3232
// for the Logging example
33-
"org.apache.logging.log4j:log4j-api:2.14.1",
33+
"org.apache.logging.log4j:log4j-api:2.16.0",
3434
"org.apache.logging.log4j:log4j-core:2.14.1",
3535
// for the JSR-380 BeanValidation example
3636
"javax.validation:validation-api:2.0.1.Final",

0 commit comments

Comments
 (0)