File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ allprojects {
61
61
implementation(" com.rabbitmq:amqp-client:$rabbitmq_java_client_version " )
62
62
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version " )
63
63
implementation(" org.jetbrains.kotlin:kotlin-reflect:$kotlin_version " )
64
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3 " )
65
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 " )
64
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2 " )
65
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
66
66
testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.18" )
67
67
testRuntimeOnly(" ch.qos.logback:logback-core:1.5.18" )
68
68
implementation(" org.slf4j:slf4j-api:2.0.17" )
You can’t perform that action at this time.
0 commit comments