From 5c25f64668f2bd45af70d9563485dd5487e9b05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 07:48:22 +0300 Subject: [PATCH] build(deps): Bump signalr from 8.0.5 to 8.0.6 (#366) Bumps `signalr` from 8.0.5 to 8.0.6. Updates `com.microsoft.signalr:signalr` from 8.0.5 to 8.0.6 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6) Updates `com.microsoft.signalr.messagepack:signalr-messagepack` from 8.0.5 to 8.0.6 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6) --- updated-dependencies: - dependency-name: com.microsoft.signalr:signalr dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.microsoft.signalr.messagepack:signalr-messagepack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c503a13..041af35 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -110,7 +110,7 @@ playServicesBase = "18.4.0" # https://github.com/halilozercan/compose-richtext/releases richtext = "1.0.0-alpha01" # https://mvnrepository.com/artifact/com.microsoft.signalr/signalr -signalr = "8.0.5" +signalr = "8.0.6" # https://mvnrepository.com/artifact/org.slf4j/slf4j-api slf4j = "2.0.13" # https://github.com/bcgit/bc-java