Skip to content

Commit

Permalink
chore(deprecations): Fixup deprecated method usage in BaseDBTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
aikebah committed Aug 27, 2024
1 parent bb144c7 commit 56735e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.io.FileOutputStream;
import java.util.zip.ZipEntry;
import java.util.zip.ZipInputStream;
import org.apache.commons.compress.utils.IOUtils;
import org.apache.commons.io.IOUtils;
import org.junit.Before;
import org.owasp.dependencycheck.data.nvdcve.DatabaseManager;
import org.owasp.dependencycheck.utils.WriteLock;
Expand Down

0 comments on commit 56735e7

Please sign in to comment.