Compare commits

...

2 Commits

Author SHA1 Message Date
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
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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"