Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16.0",
"org.apache.logging.log4j:log4j-core:2.14.1"
"org.apache.logging.log4j:log4j-core:2.16.0"

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.16.0",
"org.apache.logging.log4j:log4j-core:2.14.1",
"org.apache.logging.log4j:log4j-core:2.16.0",
// for the JSR-380 BeanValidation example
"javax.validation:validation-api:2.0.1.Final",
"org.hibernate.validator:hibernate-validator:7.0.1.Final",
Expand Down