diff --git a/pom.xml b/pom.xml index 74a8623..d481efc 100644 --- a/pom.xml +++ b/pom.xml @@ -14,15 +14,16 @@ - org.json - json - 20231013 + org.json + json + 20240303 commons-io commons-io 2.6 - + + diff --git a/src/module-info.java b/src/module-info.java index 635ef39..6e3268c 100644 --- a/src/module-info.java +++ b/src/module-info.java @@ -9,4 +9,5 @@ requires json; requires org.apache.commons.io; requires java.datatransfer; + requires org.json; } \ No newline at end of file