mirror of https://github.com/usbharu/Hideout.git
Compare commits
6 Commits
858ab06f61
...
636f52bf20
Author | SHA1 | Date |
---|---|---|
|
636f52bf20 | |
|
063d8f1359 | |
|
88f3bfbc7a | |
|
7e08beb352 | |
|
2d4e931939 | |
|
b0b1d8ff80 |
|
@ -11,7 +11,7 @@ services:
|
|||
POSTGRES_DB: "hideout"
|
||||
|
||||
mongodb:
|
||||
image: mongo:8.0.5
|
||||
image: mongo:8.0.8
|
||||
ports:
|
||||
- "27017:27017"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[versions]
|
||||
|
||||
kotlin = "2.1.10"
|
||||
kotlin = "2.1.20"
|
||||
ktor = "3.1.1"
|
||||
exposed = "0.59.0"
|
||||
javacv-ffmpeg = "7.1-1.5.11"
|
||||
|
@ -10,8 +10,8 @@ swagger = "2.2.28"
|
|||
tika = "3.1.0"
|
||||
owl = "0.0.1"
|
||||
jackson = "2.18.2"
|
||||
grpc-java = "1.70.0"
|
||||
protobuf = "4.29.3"
|
||||
grpc-java = "1.69.1"
|
||||
grpc-kotlin = "1.4.1"
|
||||
|
||||
[libraries]
|
||||
|
@ -131,6 +131,6 @@ spring-boot = { id = "org.springframework.boot", version = "3.4.3" }
|
|||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
|
||||
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.1" }
|
||||
openapi-generator = { id = "org.openapi.generator", version = "7.11.0" }
|
||||
openapi-generator = { id = "org.openapi.generator", version = "7.13.0" }
|
||||
license-report = { id = "com.github.jk1.dependency-license-report", version = "2.9" }
|
||||
protobuf-plugin = { id = "com.google.protobuf", version = "0.9.4" }
|
Loading…
Reference in New Issue