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.13 to 2.0.14.

---
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 and amotl committed Aug 7, 2024
1 parent e8d9eec commit bf921fd
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.3'
implementation 'io.crate:crate-jdbc:2.7.0'
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'org.slf4j:slf4j-api:2.0.14'
implementation 'org.slf4j:slf4j-simple:2.0.14'
testImplementation 'junit:junit:4.13.2'
testImplementation "org.assertj:assertj-core:3.26.3"
Expand Down

0 comments on commit bf921fd

Please sign in to comment.