From 30a516bf179498e6aa11d3188bcfc99621c88d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:23:47 +0000 Subject: [PATCH] Bump build.buf:buf from 1.35.1 to 1.36.0 Bumps [build.buf:buf](https://github.com/bufbuild/buf) from 1.35.1 to 1.36.0. - [Release notes](https://github.com/bufbuild/buf/releases) - [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md) - [Commits](https://github.com/bufbuild/buf/compare/v1.35.1...v1.36.0) --- updated-dependencies: - dependency-name: build.buf:buf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1c584a57..57722990 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ spotless = "6.25.0" buildConfig = "5.4.0" # runtime -bufbuild = "1.35.1" +bufbuild = "1.36.0" jackson = "2.17.2" versioncompare = "1.5.0"