From b23a2b757092d47f497074952eeaa8ce30592612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:01:45 +0000 Subject: [PATCH] build(deps): bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.15 Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.15. --- 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..c8aba40e 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.15' } publishing {