Skip to content

Commit

Permalink
- Fix missing changes.
Browse files Browse the repository at this point in the history
- Update dependencies.
  • Loading branch information
LSmyrnaios committed Nov 28, 2024
1 parent 8a58df7 commit eab42ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.18.1</version>
<version>1.18.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
Expand Down Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.json/json -->
Expand All @@ -166,7 +166,7 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.13</version>
<version>8.5.14</version>
</dependency>

<!-- Use this dependency in case we move to Java 11 in the future (or at least use JDK-11 in a VM).. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ public static void handleStoreDocFileDirectory()
} catch (SecurityException se) {
logger.error(se.getMessage(), se);
logger.warn("There was an error creating the docFiles-storageDir! Continuing without downloading the docFiles, while creating the jsonOutput with the docUrls.");
ArgsUtils.shouldDownloadDocFiles = false;
}
}
ArgsUtils.shouldDownloadDocFiles = false;


public static long getInputNumOfLines()
Expand Down

0 comments on commit eab42ee

Please sign in to comment.