Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2023
1 parent e634dea commit eead897
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 @@ -70,7 +70,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation fileTree(dir: 'libs', includes: ['*.jar'])
compileOnly 'org.slf4j:slf4j-api:2.0.6'
compileOnly 'org.slf4j:slf4j-api:2.0.7'

compileOnly 'org.projectlombok:lombok:1.18.26'
annotationProcessor 'org.projectlombok:lombok:1.18.26'
Expand All @@ -89,7 +89,7 @@ dependencies {
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
testImplementation 'com.squareup.okhttp3:okhttp-tls:4.10.0'
testImplementation 'io.zonky.test:embedded-postgres:2.0.3'
testCompileOnly 'org.slf4j:slf4j-api:2.0.6'
testCompileOnly 'org.slf4j:slf4j-api:2.0.7'
testCommonImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testImplementation sourceSets.testCommon.output
compileTestJava.dependsOn processTestResources
Expand Down

0 comments on commit eead897

Please sign in to comment.