Skip to content

Commit

Permalink
update dsh-commandline dependency version to 1.2, dsh-compress to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed May 27, 2022
1 parent fa42618 commit 2ded601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

import static org.dishevelled.compress.Writers.writer;

import java.io.File;
import java.io.PrintWriter;

import com.google.common.collect.ImmutableMap;
Expand All @@ -42,7 +43,7 @@ public class GenerateGaf {
public static void main(final String args[]) throws Exception {
PrintWriter writer = null;
try {
writer = writer(null);
writer = writer((File) null);
for (int i = 0; i < 10_000_000; i++) {

String queryName = "query";
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<commons-io.version>2.11.0</commons-io.version>
<commons-math3.version>3.6.1</commons-math3.version>
<dsh-bitset.version>3.0</dsh-bitset.version>
<dsh-commandline.version>1.1</dsh-commandline.version>
<dsh-compress.version>1.5</dsh-compress.version>
<dsh-commandline.version>1.2</dsh-commandline.version>
<dsh-compress.version>1.6</dsh-compress.version>
<dsh-graph.version>1.0</dsh-graph.version>
<hadoop.version>3.3.1</hadoop.version>
<htsjdk.version>2.24.1</htsjdk.version>
Expand Down

0 comments on commit 2ded601

Please sign in to comment.