From 0994156c2bc4e0b6a3c8145a728ec2a6c8198c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:48:48 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 in /jhdf Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- jhdf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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