From 7e57aa18589cb9718f06c40e974136761ab1cfa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:07:28 +0000 Subject: mod: bump cloud.google.com/go/batch from 1.13.0 to 1.14.0 Bumps [cloud.google.com/go/batch](https://github.com/googleapis/google-cloud-go) from 1.13.0 to 1.14.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.13.0...dlp/v1.14.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/batch dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c4fd00536..787e726ee 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.24.4 require ( cloud.google.com/go v0.123.0 - cloud.google.com/go/batch v1.13.0 + cloud.google.com/go/batch v1.14.0 cloud.google.com/go/bigquery v1.72.0 cloud.google.com/go/compute/metadata v0.9.0 cloud.google.com/go/logging v1.13.1 @@ -329,7 +329,7 @@ require ( golang.org/x/text v0.31.0 // indirect golang.org/x/time v0.14.0 // indirect golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 // indirect gopkg.in/inf.v0 v0.9.1 // indirect honnef.co/go/tools v0.6.1 // indirect -- cgit mrf-deployment