From 4b12eb719ddb20e840486e606ef20e819b20fcec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 12:22:17 +0000 Subject: [PATCH] Bump guava from 30.1.1-jre to 31.1-jre in /__tests__/samples/kotlin-dsl Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 31.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- __tests__/samples/kotlin-dsl/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/samples/kotlin-dsl/build.gradle.kts b/__tests__/samples/kotlin-dsl/build.gradle.kts index 22d1375..c7fbf3c 100644 --- a/__tests__/samples/kotlin-dsl/build.gradle.kts +++ b/__tests__/samples/kotlin-dsl/build.gradle.kts @@ -8,7 +8,7 @@ repositories { dependencies { api("org.apache.commons:commons-math3:3.6.1") - implementation("com.google.guava:guava:30.1.1-jre") + implementation("com.google.guava:guava:31.1-jre") testImplementation("org.junit.jupiter:junit-jupiter:5.7.2") }