Skip to content

Commit

Permalink
Bump the koin group with 3 updates (#1721)
Browse files Browse the repository at this point in the history
* 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](InsertKoinIO/koin@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](InsertKoinIO/koin@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](InsertKoinIO/koin@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] <[email protected]>

* Bump koin. Grunnet feil i koin-ktor i v3.5.0, hadde den versjonsnummer 3.5.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bjornar Askevold <[email protected]>
  • Loading branch information
dependabot[bot] and baskevold authored Nov 14, 2023
1 parent e4c56e2 commit aa15756
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ val mainClass = "no.nav.k9.los.K9LosKt"
val hikariVersion = "5.1.0"
val flywayVersion = "9.22.3"
val vaultJdbcVersion = "1.3.10"
val koinVersion = "3.4.3"
val koinVersion = "3.5.0"
val koinKtorVersion = "3.5.1"
val kotliqueryVersion = "1.9.0"
val k9SakVersion = "4.1.2"
val k9KlageVersion = "0.4.0"
Expand Down Expand Up @@ -85,7 +86,7 @@ dependencies {

// DI
implementation("io.insert-koin:koin-core:$koinVersion")
implementation("io.insert-koin:koin-ktor:$koinVersion")
implementation("io.insert-koin:koin-ktor:$koinKtorVersion")

// Test
testImplementation("org.junit.jupiter:junit-jupiter-api:$jupiterVersion")
Expand Down

0 comments on commit aa15756

Please sign in to comment.