From e4d26f7e71160cd5e8a31eefd4d11fb952921182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:59:01 +0000 Subject: [PATCH] Bump the koin group with 3 updates Bumps the koin group with 3 updates: [io.insert-koin:koin-core](https://github.com/InsertKoinIO/koin), [io.insert-koin:koin-ktor](https://github.com/InsertKoinIO/koin) and [io.insert-koin:koin-test-junit5](https://github.com/InsertKoinIO/koin). Updates `io.insert-koin:koin-core` from 3.4.3 to 3.5.0 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/core-3.4.3...3.5.0) Updates `io.insert-koin:koin-ktor` from 3.4.3 to 3.5.0 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/core-3.4.3...3.5.0) Updates `io.insert-koin:koin-test-junit5` from 3.4.3 to 3.5.0 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/core-3.4.3...3.5.0) --- updated-dependencies: - dependency-name: io.insert-koin:koin-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: koin - dependency-name: io.insert-koin:koin-ktor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: koin - dependency-name: io.insert-koin:koin-test-junit5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: koin ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 210c60563..4b88f04de 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ val mainClass = "no.nav.k9.los.K9LosKt" val hikariVersion = "5.0.1" val flywayVersion = "9.22.3" val vaultJdbcVersion = "1.3.10" -val koinVersion = "3.4.3" +val koinVersion = "3.5.0" val kotliqueryVersion = "1.9.0" val k9SakVersion = "4.1.2" val k9KlageVersion = "0.4.0"