Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven central migration #2

Merged
merged 9 commits into from
Mar 19, 2021
Prev Previous commit
Next Next commit
Update dependencies
  • Loading branch information
reisub committed Mar 11, 2021
commit 82a77ee4f8243c030633aa0d54c9f9d561c6c631
8 changes: 4 additions & 4 deletions retrofit-converter-thrifty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ version = "2.0.0"
object Versions {
const val thrifty_version = "2.0.1"
const val retrofit_version = "2.9.0"
const val okhttp_version = "4.7.2"
const val okio_version = "2.6.0"
const val okhttp_version = "4.9.1"
const val okio_version = "2.10.0"
}

dependencies {
Expand All @@ -30,8 +30,8 @@ dependencies {
implementation("com.squareup.okio:okio:${Versions.okio_version}")
implementation("javax.annotation:javax.annotation-api:1.3.2")
testImplementation("com.squareup.okhttp3:mockwebserver:${Versions.okhttp_version}")
testImplementation("org.assertj:assertj-core:3.16.1")
testImplementation("junit:junit:4.13")
testImplementation("org.assertj:assertj-core:3.19.0")
testImplementation("junit:junit:4.13.2")
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
}

Expand Down