Skip to content

Commit

Permalink
Merge pull request #134 from regulaforensics/dependency-version-update
Browse files Browse the repository at this point in the history
Update build.gradle.kts
  • Loading branch information
KirylKovaliov authored Nov 20, 2024
2 parents 273e545 + b6fac75 commit 3940fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("com.squareup.okhttp3:logging-interceptor:3.14.7")
implementation("com.google.code.gson:gson:2.8.6")
implementation("io.gsonfire:gson-fire:1.8.4")
implementation("org.threeten:threetenbp:1.6.9")
implementation("org.threeten:threetenbp:1.7.0")
implementation("io.swagger:swagger-annotations:1.5.24")
implementation("javax.annotation:javax.annotation-api:1.3.2")
implementation("com.google.code.findbugs:jsr305:3.0.2")
Expand Down

0 comments on commit 3940fb6

Please sign in to comment.