Skip to content

Commit

Permalink
chore(deps): update dependency com.h2database:h2 to v2.1.212
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and hantsy committed May 21, 2022
1 parent a628536 commit 85277a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jooq-kotlin-co-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
jooqGenerator("jakarta.xml.bind:jakarta.xml.bind-api:3.0.1")
jooqGenerator("org.jooq:jooq-meta-extensions:${jooqVersion}")
// workaround of array type codegen, see: https://github.com/jOOQ/jOOQ/issues/13322
jooqGenerator("com.h2database:h2:2.1.210")
jooqGenerator("com.h2database:h2:2.1.212")

// test dependencies
runtimeOnly("org.postgresql:postgresql")
Expand Down

0 comments on commit 85277a9

Please sign in to comment.