From a37cf0487c5681ecb181650d82340e2a85d2e218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:17:35 +0000 Subject: [PATCH] Bump com.google.api-client:google-api-client from 2.0.0 to 2.2.0 Bumps [com.google.api-client:google-api-client](https://github.com/googleapis/google-api-java-client) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/googleapis/google-api-java-client/releases) - [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-java-client/compare/v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: com.google.api-client:google-api-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- enricher/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enricher/build.gradle.kts b/enricher/build.gradle.kts index ccd42b6b..1976be27 100644 --- a/enricher/build.gradle.kts +++ b/enricher/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0") - implementation("com.google.api-client:google-api-client:2.0.0") { + implementation("com.google.api-client:google-api-client:2.2.0") { exclude("commons-logging","commons-logging") } implementation("com.google.auth:google-auth-library-oauth2-http:1.19.0") {