From 8c56fea113ef56a981551647cda7b869e5e5e4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:50:09 +0000 Subject: [PATCH] dependabot: bump jjwt_version from 0.11.5 to 0.12.2 Bumps `jjwt_version` from 0.11.5 to 0.12.2. Updates `io.jsonwebtoken:jjwt-api` from 0.11.5 to 0.12.2 - [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.11.5...0.12.2) Updates `io.jsonwebtoken:jjwt-impl` from 0.11.5 to 0.12.2 - [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.11.5...0.12.2) Updates `io.jsonwebtoken:jjwt-jackson` from 0.11.5 to 0.12.2 --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.jsonwebtoken:jjwt-impl dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0f203dead3..b32ee57c2a 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ buildscript { apache_cxf_version = '4.0.3' open_saml_version = '4.3.0' one_login_java_saml = '2.9.0' - jjwt_version = '0.11.5' + jjwt_version = '0.12.2' guava_version = '32.1.2-jre' jaxb_version = '2.3.8'