diff --git a/compiler/build.gradle.kts b/compiler/build.gradle.kts index 5c58ab8a..29b1dcbb 100644 --- a/compiler/build.gradle.kts +++ b/compiler/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { // Testing testImplementation("junit:junit:4.13.2") testImplementation("com.google.guava:guava:29.0-jre") - testImplementation("com.google.jimfs:jimfs:1.2") + testImplementation("com.google.jimfs:jimfs:1.3.0") testImplementation("com.google.protobuf:protobuf-gradle-plugin:0.8.18") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")