Skip to content

Commit

Permalink
Merge pull request #1902 from navikt/dependabot/gradle/org.jetbrains.…
Browse files Browse the repository at this point in the history
…kotlinx-kotlinx-coroutines-core-1.9.0

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.1 to 1.9.0
  • Loading branch information
hestad authored Sep 17, 2024
2 parents 23b9bc2 + 1187cc8 commit 1e6ea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", v
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" }
kotlin-script-runtime = { group = "org.jetbrains.kotlin", name = "kotlin-script-runtime", version.ref = "kotlin" }
kotlin-compiler-embeddable = { group = "org.jetbrains.kotlin", name = "kotlin-compiler-embeddable", version.ref = "kotlin" }
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.8.1" }
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.9.0" }

ktor-server-test-host = { group = "io.ktor", name = "ktor-server-test-host", version.ref = "ktor" }
ktor-server-netty = { group = "io.ktor", name = "ktor-server-netty", version.ref = "ktor" }
Expand Down

0 comments on commit 1e6ea8a

Please sign in to comment.