Skip to content

Commit

Permalink
Bump the slf4j group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the slf4j group with 2 updates: org.slf4j:slf4j-api and org.slf4j:slf4j-simple.


Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.12

Updates `org.slf4j:slf4j-simple` from 2.0.11 to 2.0.12

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 2a081ad commit 028f8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
implementation("org.slf4j:slf4j-api:2.0.11")
runtimeOnly("org.slf4j:slf4j-simple:2.0.11")
implementation("org.slf4j:slf4j-api:2.0.12")
runtimeOnly("org.slf4j:slf4j-simple:2.0.12")

testImplementation("org.mock-server:mockserver-netty:5.15.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
Expand Down

0 comments on commit 028f8d0

Please sign in to comment.