Skip to content

Commit fbfe10a

Browse files
committed
Upgrade to log4j 2.6.2
1 parent fedda23 commit fbfe10a

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ configure(rootProject) {
349349

350350
testCompile("de.schauderhaft.degraph:degraph-check:${degraphVersion}")
351351

352-
testRuntime("org.apache.logging.log4j:log4j-core:${log4JVersion}")
353-
testRuntime("org.apache.logging.log4j:log4j-jul:${log4JVersion}")
352+
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
353+
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}")
354354
}
355355

356356
junitPlatform {

documentation/documentation.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies {
2727

2828
testRuntime(project(':junit-vintage-engine'))
2929
testRuntime(project(':junit-jupiter-engine'))
30-
testRuntime("org.apache.logging.log4j:log4j-core:${log4JVersion}")
31-
testRuntime("org.apache.logging.log4j:log4j-jul:${log4JVersion}")
30+
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
31+
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}")
3232
}
3333

3434
asciidoctor {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ targetCompatibility = 1.8
1212

1313
assertJVersion = 3.4.1
1414
junit4Version = 4.12
15-
log4JVersion = 2.6.1
15+
log4jVersion = 2.6.2
1616
mockitoVersion = 1.10.19
1717
ota4jVersion = 1.0.0-M1
1818
degraphVersion = 0.1.3

junit-jupiter-engine/junit-jupiter-engine.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ dependencies {
2929
// uses the local version of the ConsoleLauncher.
3030
testRuntime(project(':junit-platform-console'))
3131

32-
testRuntime("org.apache.logging.log4j:log4j-core:${log4JVersion}")
33-
testRuntime("org.apache.logging.log4j:log4j-jul:${log4JVersion}")
32+
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
33+
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}")
3434
}

junit-platform-surefire-provider/junit-platform-surefire-provider.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ dependencies {
2020
// uses the local version of the ConsoleLauncher.
2121
testRuntime(project(':junit-platform-console'))
2222
testRuntime(project(':junit-jupiter-engine'))
23-
testRuntime("org.apache.logging.log4j:log4j-core:${log4JVersion}")
24-
testRuntime("org.apache.logging.log4j:log4j-jul:${log4JVersion}")
23+
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
24+
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}")
2525
}

junit-vintage-engine/junit-vintage-engine.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ dependencies {
3131
testRuntime(project(':junit-platform-console'))
3232

3333
testRuntime(project(':junit-jupiter-engine'))
34-
testRuntime("org.apache.logging.log4j:log4j-core:${log4JVersion}")
35-
testRuntime("org.apache.logging.log4j:log4j-jul:${log4JVersion}")
34+
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
35+
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}")
3636
}

platform-tests/platform-tests.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ dependencies {
2424

2525
// --- Test run-time dependencies ---------------------------------------------
2626
testRuntime(project(':junit-jupiter-engine'))
27-
testRuntime("org.apache.logging.log4j:log4j-core:${log4JVersion}")
28-
testRuntime("org.apache.logging.log4j:log4j-jul:${log4JVersion}")
27+
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
28+
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}")
2929
}

0 commit comments

Comments
 (0)