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 0d50dc1 commit 61e5442Copy full SHA for 61e5442
server/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
val ktor_version = "1.6.5"
7
val logback_version = "1.2.7"
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
@@ -61,7 +61,7 @@ dependencies {
61
implementation("org.jetbrains.exposed:exposed-jdbc:$exposed_version")
62
implementation("org.jetbrains.exposed:exposed-java-time:$exposed_version")
63
implementation("org.postgresql:postgresql:42.3.1")
64
- implementation("org.kohsuke:github-api:1.135")
+ implementation("org.kohsuke:github-api:1.301")
65
66
implementation("org.bouncycastle:bcprov-jdk15on:1.69")
67
0 commit comments