From c1b1eb7a45abf9328be767fe92811734c3117a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:26:18 -0600 Subject: [PATCH] Bump com.google.jimfs:jimfs from 1.2 to 1.3.0 (#407) Bumps [com.google.jimfs:jimfs](https://github.com/google/jimfs) from 1.2 to 1.3.0. - [Release notes](https://github.com/google/jimfs/releases) - [Commits](https://github.com/google/jimfs/compare/v1.2...v1.3.0) --- updated-dependencies: - dependency-name: com.google.jimfs:jimfs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- compiler/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")