Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-jdk14 from 2.0.15 to 2.0.16 (#761)
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-jdk14 from 2.0.15 to 2.0.16.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-jdk14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 13, 2024
1 parent d5d18b4 commit dffe035
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.15'
implementation 'org.slf4j:slf4j-jdk14:2.0.16'
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.15'
testImplementation 'org.slf4j:slf4j-jdk14:2.0.16'
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 dffe035

Please sign in to comment.