From f67b9b93c02401c68924603479fb707b3cae1352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 00:20:52 +0000 Subject: [PATCH] Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.0.0-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-major ... 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 3d31c60..f9ccccb 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.3-jre") + implementation("com.google.guava:guava:33.0.0-jre") // https://mvnrepository.com/artifact/xerces/xercesImpl implementation("xerces:xercesImpl:2.12.2")