From d8add7332fd168657ecf7ad12311db33cdeb4c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 10:39:57 +0200 Subject: [PATCH] Bump the gradle group with 3 updates (#468) Bumps the gradle group with 3 updates: [no.nav.security:token-validation-spring](https://github.com/navikt/token-support), [no.nav.security:token-client-spring](https://github.com/navikt/token-support) and [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support). Updates `no.nav.security:token-validation-spring` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.4...4.1.5) Updates `no.nav.security:token-client-spring` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.4...4.1.5) Updates `no.nav.security:token-validation-spring-test` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.4...4.1.5) Updates `no.nav.security:token-client-spring` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.4...4.1.5) Updates `no.nav.security:token-validation-spring-test` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.4...4.1.5) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... 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 54be94c2..330a2f04 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ configurations { val confluentVersion = "7.6.1" val springCloudVersion = "4.1.2" val logstashLogbackEncoderVersion = "7.4" -val tokenSupportVersion = "4.1.4" +val tokenSupportVersion = "4.1.5" val retryVersion = "2.0.5" val zalandoVersion = "0.27.0" val openhtmltopdfVersion = "1.0.10"