From 02612540f6a6d0a2593dbfd45f3201aadc5dc801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 01:19:59 +0000 Subject: [PATCH] Bump com.google.guava:guava from 31.1-jre to 32.0.1-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.0.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] --- bonapata-ancheta/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonapata-ancheta/build.gradle.kts b/bonapata-ancheta/build.gradle.kts index da98d62..7ca687f 100644 --- a/bonapata-ancheta/build.gradle.kts +++ b/bonapata-ancheta/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { api("org.apache.commons:commons-math3:3.6.1") // This dependency is used internally, and not exposed to consumers on their own compile classpath. - implementation("com.google.guava:guava:31.1-jre") + implementation("com.google.guava:guava:32.0.1-jre") // https://mvnrepository.com/artifact/xerces/xercesImpl implementation("xerces:xercesImpl:2.12.2")