Skip to content

Commit b7bd2b3

Browse files
eclipse-apoapsis-botsschuberth
authored andcommitted
deps: Update Koin to version 4.1.0-beta11
This requires to change the `koin-ktor` artifact name as well. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 9592922 commit b7bd2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jsonSchemaSerialization = "0.6.6"
5151
jsonSchemaValidator = "1.5.6"
5252
kaml = "0.77.1"
5353
keycloakTestcontainerVersion = "3.7.0"
54-
koin = "4.1.0-Beta8"
54+
koin = "4.1.0-Beta11"
5555
konform = "0.11.1"
5656
kotest = "5.9.1"
5757
kotestAssertionsKotlinxDatetime = "1.1.0"
@@ -111,7 +111,7 @@ jsonSchemaSerialization = { module = "com.github.Ricky12Awesome:json-schema-seri
111111
jsonSchemaValidator = { module = "com.networknt:json-schema-validator", version.ref = "jsonSchemaValidator" }
112112
kaml = { module = "com.charleskorn.kaml:kaml", version.ref = "kaml" }
113113
koinCore = { module = "io.insert-koin:koin-core", version.ref = "koin" }
114-
koinKtor = { module = "io.insert-koin:koin-ktor3", version.ref = "koin" }
114+
koinKtor = { module = "io.insert-koin:koin-ktor", version.ref = "koin" }
115115
koinTest = { module = "io.insert-koin:koin-test", version.ref = "koin" }
116116
konform = { module = "io.konform:konform", version.ref = "konform" }
117117
kotestAssertionsCore = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }

0 commit comments

Comments
 (0)