| commit | 9c647b89abbb62bd718286fbf4f8d85849fa2796 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 15 08:57:21 2026 +0000 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 19 19:39:02 2026 +0200 |
| tree | 1829b3ce5f4fc5ccccbb0784129d8646c673e33f | |
| parent | 81179f405474bab1d5ce36814facdc2be004eb3b [diff] |
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.10.2 to 1.11.0 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.10.2...1.11.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #51 Change-Id: Idc44ece2bd80c1be00cf122d4553d34061bced88
diff --git a/app/build.gradle b/app/build.gradle index f58684d..9b716e5 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -28,7 +28,7 @@ // Use the Kotlin JDK 8 standard library. implementation 'org.jetbrains.kotlin:kotlin-stdlib' - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0' // This dependency is used by the application. implementation 'com.google.guava:guava:33.6.0-jre'