We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8daf6f commit 132bfc6Copy full SHA for 132bfc6
server/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
val ktor_version = "1.6.5"
7
val logback_version = "1.2.6"
8
-val prometeus_version = "1.7.5"
+val prometeus_version = "1.8.0"
9
val exposed_version = "0.36.2"
10
11
val targetJvm: String by project
@@ -66,7 +66,7 @@ dependencies {
66
implementation("org.bouncycastle:bcprov-jdk15on:1.69")
67
68
69
- implementation (platform ("software.amazon.awssdk:bom:2.17.77"))
+ implementation (platform ("software.amazon.awssdk:bom:2.17.81"))
70
implementation("software.amazon.awssdk:s3")
71
72
testImplementation("io.ktor:ktor-server-tests:$ktor_version")
0 commit comments