mirror of https://github.com/usbharu/Hideout.git
Merge branch 'develop' into revert-325-renovate/org.openapi.generator-7.x
This commit is contained in:
commit
2a30afde4e
|
@ -1,11 +1,11 @@
|
|||
[versions]
|
||||
|
||||
kotlin = "1.9.23"
|
||||
kotlin = "1.9.24"
|
||||
ktor = "2.3.9"
|
||||
exposed = "0.49.0"
|
||||
javacv-ffmpeg = "6.1.1-1.5.10"
|
||||
detekt = "1.23.6"
|
||||
coroutines = "1.8.0"
|
||||
coroutines = "1.8.1"
|
||||
swagger = "2.2.6"
|
||||
serialization = "1.6.3"
|
||||
kjob = "0.6.0"
|
||||
|
|
|
@ -21,7 +21,7 @@ dependencies {
|
|||
implementation("io.grpc:grpc-protobuf:1.63.0")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
|
||||
implementation("io.grpc:grpc-netty:1.63.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||
implementation(project(":owl-common"))
|
||||
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
|
||||
implementation(platform("io.insert-koin:koin-bom:3.5.6"))
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies {
|
|||
implementation("io.grpc:grpc-protobuf:1.63.0")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
|
||||
implementation("io.grpc:grpc-netty:1.63.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||
implementation(project(":owl-common"))
|
||||
protobuf(files(project(":owl-broker").dependencyProject.projectDir.toString() + "/src/main/proto"))
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencies {
|
|||
implementation("io.grpc:grpc-protobuf:1.63.0")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
|
||||
implementation("io.grpc:grpc-netty:1.63.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||
implementation(project(":owl-common"))
|
||||
protobuf(files(project(":owl-broker").dependencyProject.projectDir.toString() + "/src/main/proto"))
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ dependencies {
|
|||
implementation(project(":owl-broker"))
|
||||
implementation(platform("io.insert-koin:koin-bom:3.5.6"))
|
||||
implementation("io.insert-koin:koin-core")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
|
Loading…
Reference in New Issue