Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Jan 11, 2024
1 parent f851d7a commit e2ff6b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ dependencies {
api project(':core')
annotationProcessor "com.google.dagger:dagger-compiler:2.48.1"

runtimeOnly('org.slf4j:slf4j-simple:2.0.9')
runtimeOnly('org.slf4j:slf4j-simple:2.0.11')

testImplementation('junit:junit:4.13.2')
testImplementation('org.hamcrest:hamcrest-junit:2.0.0.0')

testRuntimeOnly('org.slf4j:slf4j-simple:2.0.9')
testRuntimeOnly('org.slf4j:slf4j-simple:2.0.11')
}

test {
Expand Down
4 changes: 2 additions & 2 deletions target2015-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ dependencies {
api('com.google.dagger:dagger:2.48.1')
annotationProcessor "com.google.dagger:dagger-compiler:2.48.1"

runtimeOnly('org.slf4j:slf4j-simple:2.0.9')
runtimeOnly('org.slf4j:slf4j-simple:2.0.11')
runtimeOnly('org.syncloud:dropbox-client:1.5.3');

testImplementation('junit:junit:4.13.2')
testImplementation('org.hamcrest:hamcrest-junit:2.0.0.0')

testRuntimeOnly('org.slf4j:slf4j-simple:2.0.9')
testRuntimeOnly('org.slf4j:slf4j-simple:2.0.11')
}

test {
Expand Down

0 comments on commit e2ff6b5

Please sign in to comment.