diff --git a/pom.xml b/pom.xml
index 7ab41da..9f3df36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
org.jsoup
jsoup
- 1.18.1
+ 1.18.2
@@ -152,7 +152,7 @@
commons-io
commons-io
- 2.17.0
+ 2.18.0
@@ -166,7 +166,7 @@
io.minio
minio
- 8.5.13
+ 8.5.14
diff --git a/src/main/java/eu/openaire/publications_retriever/util/file/FileUtils.java b/src/main/java/eu/openaire/publications_retriever/util/file/FileUtils.java
index 83460d3..6c83fbf 100644
--- a/src/main/java/eu/openaire/publications_retriever/util/file/FileUtils.java
+++ b/src/main/java/eu/openaire/publications_retriever/util/file/FileUtils.java
@@ -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()