File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
junit-platform-surefire-provider Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
3434asciidoctor {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ targetCompatibility = 1.8
1212
1313assertJVersion = 3.4.1
1414junit4Version = 4.12
15- log4JVersion = 2.6.1
15+ log4jVersion = 2.6.2
1616mockitoVersion = 1.10.19
1717ota4jVersion = 1.0.0-M1
1818degraphVersion = 0.1.3
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments