Skip to content

Commit

Permalink
Merge branch 'main' into address_descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Feb 29, 2024
2 parents a0a8697 + 0d81845 commit 0c3cd7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ dependencies {
api 'com.squareup.okhttp3:okhttp:4.11.0'
api 'com.google.code.gson:gson:2.10.1'
api 'io.opencensus:opencensus-api:0.31.1'
implementation 'org.slf4j:slf4j-api:2.0.11'
implementation 'org.slf4j:slf4j-api:2.0.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'org.slf4j:slf4j-simple:2.0.11'
testImplementation 'org.slf4j:slf4j-simple:2.0.12'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'org.json:json:20231013'
testImplementation 'org.json:json:20240205'
testImplementation 'io.opencensus:opencensus-impl:0.31.1'
testImplementation "org.mockito:mockito-inline:5.2.0"
}
Expand Down

0 comments on commit 0c3cd7a

Please sign in to comment.