From c1051d75502c846d02f2f6bf5af14d09324b4715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 19:26:51 +0100 Subject: [PATCH] Bump the koin group with 3 updates (#2836) 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 4.0.0 to 4.0.1 - [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/4.0.0...4.0.1) Updates `io.insert-koin:koin-ktor` from 4.0.0 to 4.0.1 - [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/4.0.0...4.0.1) Updates `io.insert-koin:koin-test-junit5` from 4.0.0 to 4.0.1 - [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/4.0.0...4.0.1) Updates `io.insert-koin:koin-ktor` from 4.0.0 to 4.0.1 - [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/4.0.0...4.0.1) Updates `io.insert-koin:koin-test-junit5` from 4.0.0 to 4.0.1 - [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/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: io.insert-koin:koin-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: koin - dependency-name: io.insert-koin:koin-ktor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: koin - dependency-name: io.insert-koin:koin-test-junit5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: koin - dependency-name: io.insert-koin:koin-ktor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: koin - dependency-name: io.insert-koin:koin-test-junit5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: koin ... 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 5e951c95c..bed2f18a1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ val mainClass = "no.nav.k9.los.K9LosKt" val hikariVersion = "6.2.1" val flywayVersion = "11.1.0" val vaultJdbcVersion = "1.3.10" -val koinVersion = "4.0.0" +val koinVersion = "4.0.1" val kotliqueryVersion = "1.9.0" val k9SakVersion = "5.2.2" val k9KlageVersion = "0.4.5"