From 6d225b4be59519461ef50c93172a04ee26fd7356 Mon Sep 17 00:00:00 2001 From: Sumit Aich Date: Wed, 4 Sep 2024 18:13:41 +0530 Subject: [PATCH] chore: upgrade depot version to 0.9.2 (#32) --- dagger-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagger-core/build.gradle b/dagger-core/build.gradle index 0092d91e1..0dee7e59e 100644 --- a/dagger-core/build.gradle +++ b/dagger-core/build.gradle @@ -67,7 +67,7 @@ configurations { dependencies { minimalJar project(path: ':dagger-common', configuration: 'minimalCommonJar') minimalJar project(path: ':dagger-functions', configuration: 'minimalFunctionsJar') - minimalJar('com.gotocompany:depot:0.6.0') { + minimalJar('com.gotocompany:depot:0.9.2') { exclude group: 'com.google.cloud', module: 'google-cloud-bigtable' exclude group: 'com.google.cloud', module: 'google-cloud-bigquerystorage' exclude group: 'com.google.cloud', module: 'google-cloud-bigquery'