From 24324b65d7fc5c452f40b4f2aeef7c35e0bd860f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:35:08 +0000 Subject: [PATCH] build(deps): bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.14 Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.14. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- open-vulnerability-clients/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-vulnerability-clients/build.gradle b/open-vulnerability-clients/build.gradle index 38d5ca5e..59f55612 100644 --- a/open-vulnerability-clients/build.gradle +++ b/open-vulnerability-clients/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310' implementation 'com.samskivert:jmustache:1.15' - testImplementation 'org.slf4j:slf4j-simple:2.0.13' + testImplementation 'org.slf4j:slf4j-simple:2.0.14' } publishing {