diff --git a/build.gradle b/build.gradle index 15a0d3e..95ccabe 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ dependencies { exclude group: 'com.fasterxml.jackson.core' // breaks everything if we upgrade exclude group: 'javax.servlet', module: 'servlet-api' // 2.5 vs 3.0.1 above } - implementation 'org.ini4j:ini4j:0.5.2' + implementation 'org.ini4j:ini4j:0.5.4' implementation 'org.mongodb:mongodb-driver-core:4.11.1' implementation 'org.mongodb:mongodb-driver-sync:4.11.1' implementation 'org.mongodb:bson-record-codec:4.11.1'