We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40357b commit ee0fb43Copy full SHA for ee0fb43
dadb/build.gradle.kts
@@ -18,12 +18,12 @@ repositories {
18
}
19
20
dependencies {
21
- api("com.squareup.okio:okio:2.10.0")
+ api("com.squareup.okio:okio:3.4.0")
22
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
23
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
24
25
testImplementation("org.jetbrains.kotlin:kotlin-test")
26
- testImplementation("com.google.truth:truth:1.0.1")
+ testImplementation("com.google.truth:truth:1.4.4")
27
28
29
val toolchainFactory = objects.newInstance(JavaToolchainFactory::class.java)
0 commit comments