Skip to content

Commit

Permalink
Merge pull request #609 from jamesmudd/dependabot/gradle/jhdf/org.apa…
Browse files Browse the repository at this point in the history
…che.commons-commons-lang3-3.16.0

Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 in /jhdf
  • Loading branch information
jamesmudd authored Aug 13, 2024
2 parents 9eda9ea + a6f9260 commit cea9214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
@@ -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.15.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.16.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

0 comments on commit cea9214

Please sign in to comment.