Skip to content

Commit ccc6af6

Browse files
authored
Merge branch 'master' into dependabot/gradle/org.jetbrains.exposed-exposed-core-0.56.0
Signed-off-by: Gregory Mitchell <[email protected]>
2 parents 7dbbff8 + b7f76e7 commit ccc6af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("io.github.cdancy:jenkins-rest:1.0.2")
2929
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.0")
3030
implementation("org.jetbrains.exposed:exposed-core:0.56.0")
31-
implementation("org.jetbrains.exposed:exposed-jdbc:0.55.0")
31+
implementation("org.jetbrains.exposed:exposed-jdbc:0.56.0")
3232

3333
testImplementation(kotlin("test"))
3434
}

0 commit comments

Comments
 (0)