From 799cc85c13a68f4cfea80e27445a0f9d6acedf47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 17:52:05 +0200 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt in the dependencies group (#320) Bumps the dependencies group with 1 update: [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt). Updates `com.nimbusds:nimbus-jose-jwt` from 9.39.2 to 9.39.3 - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.39.3..9.39.2) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1a99bf1..277958b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ val logstashEncoderVersion = "7.4" val prometheusVersion = "0.16.0" val smCommonVersion = "2.0.8" val mockkVersion = "1.13.11" -val nimbusdsVersion = "9.39.2" +val nimbusdsVersion = "9.39.3" val hikariVersion = "5.1.0" val flywayVersion = "10.13.0" val postgresVersion = "42.7.3"