Skip to content

Commit

Permalink
Merge pull request #42 from sourceplusplus/dependabot/gradle/org.jooq…
Browse files Browse the repository at this point in the history
…-jooq-3.16.5

Bump jooq from 3.16.4 to 3.16.5
  • Loading branch information
BFergerson authored Mar 13, 2022
2 parents bd9cf43 + f20dbda commit 272f95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kotlin {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
implementation("org.jooq:jooq:3.16.4")
implementation("org.jooq:jooq:3.16.5")
}
}
val jvmTest by getting {
Expand Down

0 comments on commit 272f95e

Please sign in to comment.