From 15635952816bdc79ae1fc60b3b01504a340f6186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:58:03 +0000 Subject: [PATCH] Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.1-jre to 32.1.2-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 update-type: version-update:semver-patch ... 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 40f4abd..5032b83 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:32.1.1-jre") + implementation("com.google.guava:guava:32.1.2-jre") // https://mvnrepository.com/artifact/xerces/xercesImpl implementation("xerces:xercesImpl:2.12.2")