From 8c60a2033d39e9e6396c3342c2eb5d64e3231ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 00:09:38 +0000 Subject: [PATCH] Bump armeria_version from 1.26.1 to 1.26.2 Bumps `armeria_version` from 1.26.1 to 1.26.2. Updates `com.linecorp.armeria:armeria` from 1.26.1 to 1.26.2 - [Release notes](https://github.com/line/armeria/releases) - [Changelog](https://github.com/line/armeria/blob/main/.post-release-msg) - [Commits](https://github.com/line/armeria/compare/armeria-1.26.1...armeria-1.26.2) Updates `com.linecorp.armeria:armeria-grpc` from 1.26.1 to 1.26.2 - [Release notes](https://github.com/line/armeria/releases) - [Changelog](https://github.com/line/armeria/blob/main/.post-release-msg) - [Commits](https://github.com/line/armeria/compare/armeria-1.26.1...armeria-1.26.2) Updates `com.linecorp.armeria:armeria-logback` from 1.26.1 to 1.26.2 - [Release notes](https://github.com/line/armeria/releases) - [Changelog](https://github.com/line/armeria/blob/main/.post-release-msg) - [Commits](https://github.com/line/armeria/compare/armeria-1.26.1...armeria-1.26.2) --- updated-dependencies: - dependency-name: com.linecorp.armeria:armeria dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.linecorp.armeria:armeria-grpc dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.linecorp.armeria:armeria-logback dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4341091..fe2e094 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - armeria_version = '1.26.1' + armeria_version = '1.26.2' guice_version = '6.0.0' protobuf_version = '3.25.0' grpc_version = '1.59.0'