From 953e128ca927f057d8010c3d19a395d3728a5bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 15:47:11 -0400 Subject: [PATCH] Bump com.github.marianobarrios:tls-channel from 0.8.1 to 0.9.0 (#590) Bumps [com.github.marianobarrios:tls-channel](https://github.com/marianobarrios/tls-channel) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/marianobarrios/tls-channel/releases) - [Commits](https://github.com/marianobarrios/tls-channel/compare/0.8.1...0.9.0) --- updated-dependencies: - dependency-name: com.github.marianobarrios:tls-channel dependency-type: direct:production update-type: version-update:semver-minor ... 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 93548cf9..d9b83f4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ coroutines = "1.8.0" slf4j = "2.0.13" jupiter = "5.10.2" gson = "2.10.1" -tls-channel = "0.8.1" +tls-channel = "0.9.0" jjwt = "0.12.5" netty = "4.1.110.Final" springboot = "3.2.5"