From c9d0ed52161a24a09bd1c77725c752425720d16f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:51:36 +0000 Subject: [PATCH] Bump the kotlin-deps group across 1 directory with 2 updates Bumps the kotlin-deps group with 2 updates in the /projects/langchain4j/langchain4j-spring-boot directory: [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) and [org.jetbrains.kotlinx:kotlinx-coroutines-reactor](https://github.com/Kotlin/kotlinx.coroutines). Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` 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) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-reactor` 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) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-reactor` 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 dependency-group: kotlin-deps - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-deps - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-deps ... Signed-off-by: dependabot[bot] --- projects/langchain4j/langchain4j-spring-boot/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/langchain4j/langchain4j-spring-boot/build.gradle.kts b/projects/langchain4j/langchain4j-spring-boot/build.gradle.kts index 3c56043..b3c615e 100644 --- a/projects/langchain4j/langchain4j-spring-boot/build.gradle.kts +++ b/projects/langchain4j/langchain4j-spring-boot/build.gradle.kts @@ -19,7 +19,7 @@ repositories { } val langchain4jVersion = "1.15.1-beta25" -val coroutinesVersion = "1.10.2" +val coroutinesVersion = "1.11.0" dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect")