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.
2 parents 7dbbff8 + b7f76e7 commit ccc6af6Copy full SHA for ccc6af6
build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
implementation("io.github.cdancy:jenkins-rest:1.0.2")
29
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.0")
30
implementation("org.jetbrains.exposed:exposed-core:0.56.0")
31
- implementation("org.jetbrains.exposed:exposed-jdbc:0.55.0")
+ implementation("org.jetbrains.exposed:exposed-jdbc:0.56.0")
32
33
testImplementation(kotlin("test"))
34
}
0 commit comments