Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api in /testing/testcontainers/java
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.15 to 2.0.16.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent 2947f1b commit 87beb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/testcontainers/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
dependencies {
implementation 'org.postgresql:postgresql:42.7.4'
implementation 'io.crate:crate-jdbc:2.7.0'
implementation 'org.slf4j:slf4j-api:2.0.15'
implementation 'org.slf4j:slf4j-api:2.0.16'
implementation 'org.slf4j:slf4j-simple:2.0.15'
testImplementation 'junit:junit:4.13.2'
testImplementation "org.assertj:assertj-core:3.26.3"
Expand Down

0 comments on commit 87beb49

Please sign in to comment.