mirror of https://github.com/usbharu/Hideout.git
Compare commits
1 Commits
636f52bf20
...
858ab06f61
Author | SHA1 | Date |
---|---|---|
|
858ab06f61 |
|
@ -11,7 +11,7 @@ services:
|
||||||
POSTGRES_DB: "hideout"
|
POSTGRES_DB: "hideout"
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:8.0.8
|
image: mongo:8.0.5
|
||||||
ports:
|
ports:
|
||||||
- "27017:27017"
|
- "27017:27017"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "2.1.20"
|
kotlin = "2.1.10"
|
||||||
ktor = "3.1.1"
|
ktor = "3.1.1"
|
||||||
exposed = "0.59.0"
|
exposed = "0.59.0"
|
||||||
javacv-ffmpeg = "7.1-1.5.11"
|
javacv-ffmpeg = "7.1-1.5.11"
|
||||||
|
@ -131,6 +131,6 @@ spring-boot = { id = "org.springframework.boot", version = "3.4.3" }
|
||||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||||
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
|
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
|
||||||
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.1" }
|
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.1" }
|
||||||
openapi-generator = { id = "org.openapi.generator", version = "7.13.0" }
|
openapi-generator = { id = "org.openapi.generator", version = "7.11.0" }
|
||||||
license-report = { id = "com.github.jk1.dependency-license-report", version = "2.9" }
|
license-report = { id = "com.github.jk1.dependency-license-report", version = "2.9" }
|
||||||
protobuf-plugin = { id = "com.google.protobuf", version = "0.9.4" }
|
protobuf-plugin = { id = "com.google.protobuf", version = "0.9.4" }
|
Loading…
Reference in New Issue