From 300071930addecd0cb7d759fb7107c834b3efcc4 Mon Sep 17 00:00:00 2001 From: Sumit Aich Date: Wed, 4 Sep 2024 16:53:14 +0530 Subject: [PATCH] chore: upgrade depot version to 0.9.3 --- 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'