Releases: sbt/junit-interface
Releases · sbt/junit-interface
0.13.3
0.13.2
- junit-interface 0.13.2 uses JUnit 4.13.2 #105 by @eed3si9n, other than that it is identical to junit-interface 0.12
- Logging improvements when using
-v
#88 by @szeiger - Allows running tests with same fully-qualified name multiple times #97 by @unkarjedy
- Supports multiple
--run-listener
s #98 by @unkarjedy
note JUnit 4.13.1 includes a security fix: TemporaryFolder now limits access to temporary folders on Java 1.7 or later
A local information disclosure vulnerability in TemporaryFolder
has been fixed. See the published security advisory for details.
0.13.1
- junit-interface 0.13.1 uses JUnit 4.13.1 #104 by @eed3si9n, other than that it is identical to junit-interface 0.12
- Logging improvements when using
-v
#88 by @szeiger - Allows running tests with same fully-qualified name multiple times #97 by @unkarjedy
- Supports multiple
--run-listener
s #98 by @unkarjedy
note JUnit 4.13.1 includes a security fix: TemporaryFolder now limits access to temporary folders on Java 1.7 or later
A local information disclosure vulnerability in TemporaryFolder
has been fixed. See the published security advisory for details.
0.13
- junit-interface 0.13 uses JUnit 4.13 #92 by @ashawley, other than that it is identical to junit-interface 0.12
- Logging improvements when using
-v
#88 by @szeiger - Allows running tests with same fully-qualified name multiple times #97 by @unkarjedy
- Supports multiple
--run-listener
s #98 by @unkarjedy
0.12
- junit-interface 0.12 uses JUnit 4.12 #65 by @benmccann
- Logging improvements when using
-v
#88 by @szeiger - Allows running tests with same fully-qualified name multiple times #97 by @unkarjedy
- Supports multiple
--run-listener
s #98 by @unkarjedy