File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11LogUnit
22=======
33
4- [ ![ Build Status] ( https://travis-ci .com/netmikey/logunit. svg?branch=master )] ( https://travis-ci .com/netmikey/logunit )
4+ [ ![ Build Status] ( https://github .com/netmikey/logunit/actions/workflows/build.yaml/badge. svg )] ( https://github .com/netmikey/logunit/actions )
55[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.github.netmikey.logunit/logunit-core/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.github.netmikey.logunit/logunit-core )
66
77A Java library for unit-testing logging.
@@ -43,18 +43,18 @@ Add LogUnit to your project's dependencies.
4343```
4444dependencies {
4545 ...
46- testImplementation("io.github.netmikey.logunit:logunit-core:1.1.0 ")
46+ testImplementation("io.github.netmikey.logunit:logunit-core:1.1.3 ")
4747
4848 // Choose one (and only one) of the following:
4949
5050 // for Logback:
51- // testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:1.1.0 ")
51+ // testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:1.1.3 ")
5252
5353 // for Log4j2:
54- // testRuntimeOnly("io.github.netmikey.logunit:logunit-log4j2:1.1.0 ")
54+ // testRuntimeOnly("io.github.netmikey.logunit:logunit-log4j2:1.1.3 ")
5555
5656 // for JUL:
57- // testRuntimeOnly("io.github.netmikey.logunit:logunit-jul:1.1.0 ")
57+ // testRuntimeOnly("io.github.netmikey.logunit:logunit-jul:1.1.3 ")
5858}
5959```
6060
You can’t perform that action at this time.
0 commit comments