Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-jdk14 from 2.0.13 to 2.0.14 (#757)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 14b60f3 commit f5f801e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit f5f801e

Please sign in to comment.