diff --git a/jhdf/build.gradle b/jhdf/build.gradle index cfe07312..9336b62c 100644 --- a/jhdf/build.gradle +++ b/jhdf/build.gradle @@ -48,7 +48,7 @@ repositories { dependencies { // This dependency is exported to consumers, that is to say found on their compile classpath. implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36' - implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0' + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' // lzf compression support implementation group: 'com.ning', name: 'compress-lzf', version: '1.1.2' // lz5 support https://mvnrepository.com/artifact/org.lz4/lz4-java