Skip to content

Commit

Permalink
fix(deps): update slf4j monorepo to v2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent d9991b2 commit f50a5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ repositories {
}

dependencies {
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'org.slf4j:slf4j-api:2.0.15'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation 'org.jasypt:jasypt:1.9.3'
runtimeOnly 'org.slf4j:slf4j-simple:2.0.13'
runtimeOnly 'org.slf4j:slf4j-simple:2.0.15'
testImplementation "junit:junit:$junitVersion"
}

Expand Down

0 comments on commit f50a5ae

Please sign in to comment.