Skip to content

Commit 589fd95

Browse files
Bump org.slf4j:slf4j-jdk14 from 2.0.12 to 2.0.13 (#727)
Bumps org.slf4j:slf4j-jdk14 from 2.0.12 to 2.0.13. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-jdk14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd0e0fd commit 589fd95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'application'
77
dependencies {
88
implementation project(':openapi-style-validator-lib')
99
implementation 'commons-cli:commons-cli:1.6.0'
10-
implementation 'org.slf4j:slf4j-jdk14:2.0.12'
10+
implementation 'org.slf4j:slf4j-jdk14:2.0.13'
1111
implementation 'io.swagger.parser.v3:swagger-parser:2.1.19'
1212
implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0'
1313
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-api:3.1.1'
7-
testImplementation 'org.slf4j:slf4j-jdk14:2.0.12'
7+
testImplementation 'org.slf4j:slf4j-jdk14:2.0.13'
88
testImplementation 'org.openapitools.empoa:empoa-simple-models-impl:2.1.0'
99
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
1010
}

0 commit comments

Comments
 (0)