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 {
6161 implementation(" com.rabbitmq:amqp-client:$rabbitmq_java_client_version " )
6262 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version " )
6363 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 " )
6666 testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.18" )
6767 testRuntimeOnly(" ch.qos.logback:logback-core:1.5.18" )
6868 implementation(" org.slf4j:slf4j-api:2.0.17" )
You can’t perform that action at this time.
0 commit comments