Merge branch 'develop' into nodeinfo

This commit is contained in:
usbharu 2025-02-25 11:20:36 +09:00 committed by GitHub
commit 6819c8d847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
[versions]
kotlin = "2.1.10"
ktor = "3.1.0"
ktor = "3.1.1"
exposed = "0.59.0"
javacv-ffmpeg = "7.1-1.5.11"
detekt = "1.23.7"