From 05ad2e3e61a320bf1d8ea9854d75842ccc5adb9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 02:01:28 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.7 in /jhdf Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.7. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... 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 dcbb02b9..5871dca2 100644 --- a/jhdf/build.gradle +++ b/jhdf/build.gradle @@ -47,7 +47,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.slf4j', name: 'slf4j-api', version: '2.0.7' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' // lzf compression support implementation group: 'com.ning', name: 'compress-lzf', version: '1.1.2'