Compare commits

...

6 Commits

Author SHA1 Message Date
renovate[bot] 636f52bf20
Merge 2d4e931939 into 063d8f1359 2025-04-30 19:21:30 +00:00
renovate[bot] 063d8f1359
chore(deps): update mongo docker tag to v8.0.8 (#691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-28 03:07:04 +00:00
renovate[bot] 88f3bfbc7a
chore(deps): update kotlin to v2.1.20 (#690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-27 22:59:43 +00:00
renovate[bot] 7e08beb352
chore(deps): update plugin openapi-generator to v7.13.0 (#689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-27 19:18:17 +00:00
usbharu 2d4e931939
Merge branch 'develop' into renovate/grpc-java-monorepo 2025-01-24 12:12:44 +09:00
renovate[bot] b0b1d8ff80
fix(deps): update grpc-java monorepo to v1.70.0 2025-01-24 01:35:04 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ services:
POSTGRES_DB: "hideout" POSTGRES_DB: "hideout"
mongodb: mongodb:
image: mongo:8.0.5 image: mongo:8.0.8
ports: ports:
- "27017:27017" - "27017:27017"

View File

@ -1,6 +1,6 @@
[versions] [versions]
kotlin = "2.1.10" kotlin = "2.1.20"
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"
@ -10,8 +10,8 @@ swagger = "2.2.28"
tika = "3.1.0" tika = "3.1.0"
owl = "0.0.1" owl = "0.0.1"
jackson = "2.18.2" jackson = "2.18.2"
grpc-java = "1.70.0"
protobuf = "4.29.3" protobuf = "4.29.3"
grpc-java = "1.69.1"
grpc-kotlin = "1.4.1" grpc-kotlin = "1.4.1"
[libraries] [libraries]
@ -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.11.0" } openapi-generator = { id = "org.openapi.generator", version = "7.13.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" }