We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2410006 + 69b5f59 commit 88df82bCopy full SHA for 88df82b
2 files changed
pom.xml
@@ -168,7 +168,7 @@
168
<dependency>
169
<groupId>ch.qos.logback</groupId>
170
<artifactId>logback-classic</artifactId>
171
- <version>1.3.14</version>
+ <version>1.3.15</version>
172
<optional>true</optional>
173
</dependency>
174
src/test/java/loci/common/utests/testng-template.xml
@@ -30,6 +30,7 @@
30
#L%
31
-->
32
33
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
34
<suite name="IO_Tests">
35
<test name="ByteArrayHandle">
36
<parameter name="provider" value="ByteArrayHandle"/>
0 commit comments