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.11 to 2.0.12.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 99a8c5d commit a5d4f42
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.1'
implementation 'io.crate:crate-jdbc:2.7.0'
implementation 'org.slf4j:slf4j-api:2.0.11'
implementation 'org.slf4j:slf4j-api:2.0.12'
implementation 'org.slf4j:slf4j-simple:2.0.11'
testImplementation 'junit:junit:4.13.2'
testImplementation "org.assertj:assertj-core:3.25.3"
Expand Down

0 comments on commit a5d4f42

Please sign in to comment.