From 5b0e682907547d93c7c90eee17cc070e97042119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:29:28 +0000 Subject: [PATCH] Bump the dependencies group with 1 update Bumps the dependencies group with 1 update: [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage). - [Release notes](https://github.com/googleapis/java-storage/releases) - [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/java-storage/compare/v2.28.0...v2.29.0) --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 28a6ba4e..500d6929 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ val jaxbRuntimeVersion = "2.4.0-b180830.0438" val javaTimeAdapterVersion = "1.1.3" val mockkVersion = "1.13.8" val kotlinVersion = "1.9.10" -val googleCloudStorageVersion = "2.28.0" +val googleCloudStorageVersion = "2.29.0" val junitJupiterVersion = "5.10.0" val flywayVersion = "9.22.3" val hikariVersion = "5.0.1"