Skip to content

Commit

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

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 in /jhdf
  • Loading branch information
jamesmudd authored Dec 3, 2023
2 parents 106b8f7 + e0623e3 commit 4b979e1
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
Expand Up @@ -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
Expand Down

0 comments on commit 4b979e1

Please sign in to comment.