From d5d18b4362071dd73b90bfbe96beca91d4d9d482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 07:26:37 -0400 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.14 to 2.0.15 (#760) Bumps org.slf4j:slf4j-api from 2.0.14 to 2.0.15. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d8d38648..23fedb56 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ subprojects { group = 'org.openapitools.openapistylevalidator' dependencies { - implementation 'org.slf4j:slf4j-api:2.0.14' + implementation 'org.slf4j:slf4j-api:2.0.15' testCompileOnly 'org.junit.jupiter:junit-jupiter-params:5.10.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'