From 68ac1dcc302de078b1b1dc2a6435ae9fb9ce6483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 01:34:36 +0000 Subject: [PATCH] Bump aapLibVersion from 3.7.56 to 3.7.60 Bumps `aapLibVersion` from 3.7.56 to 3.7.60. Updates `com.github.navikt.aap-libs:ktor-utils` from 3.7.56 to 3.7.60 Updates `com.github.navikt.aap-libs:ktor-auth-azuread` from 3.7.56 to 3.7.60 Updates `com.github.navikt.aap-libs:kafka-2` from 3.7.56 to 3.7.60 Updates `com.github.navikt.aap-libs:kafka-test-2` from 3.7.56 to 3.7.60 --- updated-dependencies: - dependency-name: com.github.navikt.aap-libs:ktor-utils dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.navikt.aap-libs:ktor-auth-azuread dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.navikt.aap-libs:kafka-2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.navikt.aap-libs:kafka-test-2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 740083e..94fccca 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -6,7 +6,7 @@ plugins { application } -val aapLibVersion = "3.7.56" +val aapLibVersion = "3.7.60" val ktorVersion = "2.3.3" application {