From 168251a58339bbfa27ff7ea64eb531da5650f8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:14:52 +0000 Subject: mod: bump cloud.google.com/go/batch from 1.10.0 to 1.11.0 Bumps [cloud.google.com/go/batch](https://github.com/googleapis/google-cloud-go) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.10.0...dlp/v1.11.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/batch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8f7049952..0ab52ce8d 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.1 require ( cloud.google.com/go v0.115.1 - cloud.google.com/go/batch v1.10.0 + cloud.google.com/go/batch v1.11.0 cloud.google.com/go/bigquery v1.62.0 cloud.google.com/go/logging v1.11.0 cloud.google.com/go/profiler v0.4.0 -- cgit mrf-deployment