Skip to content

Commit

Permalink
fix(deps): update jetbrain kotlin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent ed59f61 commit a0c8acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {
/**
* kotlin coroutines
*/
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("io.micronaut.kotlin:micronaut-kotlin-runtime")

// https://mvnrepository.com/artifact/org.yaml/snakeyaml
Expand All @@ -134,7 +134,7 @@ dependencies {
* Micronaut supports context propagation from Reactor’s context to coroutine context.
* To enable this propagation you need to include following dependency
*/
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.7.3")
/**
* Tracing
*/
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=1.0.0
micronautVersion=4.2.4
kotlinVersion=1.9.22
kotlinVersion=1.9.25
org.gradle.jvmargs=-Xmx512m
kapt.use.worker.api=true
kapt.incremental.apt=true
Expand Down

0 comments on commit a0c8acd

Please sign in to comment.