From 498aaaadbb73b52737c699fcfaf437af53a2cc92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 05:46:58 +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.5.3 to 3.5.4 - [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/3.5.3...3.5.4) Updates `io.insert-koin:koin-ktor` from 3.5.3 to 3.5.4 - [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/3.5.3...3.5.4) Updates `io.insert-koin:koin-test-junit5` from 3.5.3 to 3.5.4 - [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/3.5.3...3.5.4) Updates `io.insert-koin:koin-ktor` from 3.5.3 to 3.5.4 - [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/3.5.3...3.5.4) Updates `io.insert-koin:koin-test-junit5` from 3.5.3 to 3.5.4 - [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/3.5.3...3.5.4) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d4bbf8721..9c4815f5f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ val mainClass = "no.nav.k9.los.K9LosKt" val hikariVersion = "5.1.0" val flywayVersion = "10.7.2" val vaultJdbcVersion = "1.3.10" -val koinVersion = "3.5.3" +val koinVersion = "3.5.4" val kotliqueryVersion = "1.9.0" val k9SakVersion = "4.1.9" val k9KlageVersion = "0.4.3"