Skip to content

Commit

Permalink
chore(deps): bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.13 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 12, 2024
1 parent a263bf7 commit ee978ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ allprojects {
mavenCentral()
}
dependencies {
implementation("org.slf4j:slf4j-api:2.0.13")
implementation("org.slf4j:slf4j-api:2.0.16")
// this is used to counter version conflicts between the JUnit version pulled in by the plugin,
// and the one expected by IntelliJ
testImplementation(platform("org.junit:junit-bom:5.10.3"))
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ opentelemetry = "2.6.0"
postgres = "42.7.3"
restAssured = "5.5.0"
rsApi = "4.0.0"
slf4j = "2.0.13"
slf4j = "2.0.16"
testcontainers = "1.20.1"
tink = "1.14.0"
titanium = "1.4.1"
Expand Down

0 comments on commit ee978ce

Please sign in to comment.