Skip to content

Commit b6d7ab4

Browse files
Bump the coroutines group with 2 updates (#101)
Bumps the coroutines group with 2 updates: [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) and [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines). Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.2 to 1.7.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md">org.jetbrains.kotlinx:kotlinx-coroutines-test's changelog</a>.</em></p> <blockquote> <h1>Change log for kotlinx.coroutines</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Kotlin/kotlinx.coroutines/commits">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.2 to 1.7.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md">org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog</a>.</em></p> <blockquote> <h1>Change log for kotlinx.coroutines</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Kotlin/kotlinx.coroutines/commits">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0661b77 commit b6d7ab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ testing {
180180
dependencies {
181181
implementation("com.squareup.okhttp3:mockwebserver:4.11.0")
182182
implementation("com.squareup.okio:okio:3.4.0")
183-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")
183+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
184184
}
185185
}
186186
register<JvmTestSuite>("integrationTest") {
187187
dependencies {
188-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")
188+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
189189
}
190190
}
191191
withType<JvmTestSuite>().configureEach {
@@ -229,7 +229,7 @@ dependencies {
229229
api("com.squareup.retrofit2:retrofit:2.9.0")
230230
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
231231
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
232-
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
232+
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
233233
}
234234

235235
publishing {

0 commit comments

Comments
 (0)