We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f334c2 commit e79bedbCopy full SHA for e79bedb
jhdf/build.gradle
@@ -47,7 +47,7 @@ repositories {
47
48
dependencies {
49
// This dependency is exported to consumers, that is to say found on their compile classpath.
50
- implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
+ implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
51
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.16.0'
52
// lzf compression support
53
implementation group: 'com.ning', name: 'compress-lzf', version: '1.1.2'
0 commit comments