Skip to content

Commit a15de88

Browse files
Bump the kotlin-deps group
Bumps the kotlin-deps group in /projects/langchain4j/langchain4j-spring-boot with 2 updates: [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](Kotlin/kotlinx.coroutines@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](Kotlin/kotlinx.coroutines@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](Kotlin/kotlinx.coroutines@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] <support@github.com>
1 parent 7bdd90d commit a15de88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/langchain4j/langchain4j-spring-boot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
val langchain4jVersion = "1.14.0-beta24"
22-
val coroutinesVersion = "1.10.2"
22+
val coroutinesVersion = "1.11.0"
2323

2424
dependencies {
2525
implementation("org.jetbrains.kotlin:kotlin-reflect")

0 commit comments

Comments
 (0)