From f5f801e31355f6009112d64824f862f470d8fde5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 07:28:01 -0400 Subject: [PATCH] Bump org.slf4j:slf4j-jdk14 from 2.0.13 to 2.0.14 (#757) Bumps org.slf4j:slf4j-jdk14 from 2.0.13 to 2.0.14. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-jdk14 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> --- cli/build.gradle | 2 +- lib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/build.gradle b/cli/build.gradle index 2d1a630e..db4fbead 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'application' dependencies { implementation project(':openapi-style-validator-lib') implementation 'commons-cli:commons-cli:1.8.0' - implementation 'org.slf4j:slf4j-jdk14:2.0.13' + implementation 'org.slf4j:slf4j-jdk14:2.0.14' implementation 'io.swagger.parser.v3:swagger-parser:2.1.19' implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' diff --git a/lib/build.gradle b/lib/build.gradle index 4b0f8e1b..eed3a059 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-api:3.1.1' - testImplementation 'org.slf4j:slf4j-jdk14:2.0.13' + testImplementation 'org.slf4j:slf4j-jdk14:2.0.14' testImplementation 'org.openapitools.empoa:empoa-simple-models-impl:2.1.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1' }