From 923e6fdc65c5832cfc355235bbd26c0e2792222e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:19:08 +0000 Subject: [PATCH] chore(deps): bump jwt from 0.12.3 to 0.12.5 Bumps `jwt` from 0.12.3 to 0.12.5. Updates `io.jsonwebtoken:jjwt-api` from 0.12.3 to 0.12.5 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.3...0.12.5) Updates `io.jsonwebtoken:jjwt-impl` from 0.12.3 to 0.12.5 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.3...0.12.5) Updates `io.jsonwebtoken:jjwt-jackson` from 0.12.3 to 0.12.5 --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.jsonwebtoken:jjwt-impl dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-type: direct:production update-type: version-update:semver-patch ... 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 2f9b28a..7eb9c0e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ compose-compiler = "1.5.6" gradlePlugin = "8.1.0" hilt = "2.46.1" junit = "5.10.1" -jwt = "0.12.3" +jwt = "0.12.5" kotlin = "1.9.22" ktor = "2.3.7" lifecycle = "2.6.1"