Skip to content

Commit

Permalink
chore(deps): update dependency com.vladmihalcea:hibernate-types-52 to…
Browse files Browse the repository at this point in the history
… v2.16.1
  • Loading branch information
renovate-bot authored and filipowm committed Apr 21, 2022
1 parent 3db8b89 commit b8a1bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ambassador-storage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion")
implementation("org.springframework.boot:spring-boot-starter-jooq")
implementation("org.jooq:jooq:$jooqVersion")
api("com.vladmihalcea:hibernate-types-52:2.14.0")
api("com.vladmihalcea:hibernate-types-52:2.16.1")
implementation("org.jooq:jooq-meta-extensions-hibernate:$jooqVersion") {
exclude("com.h2database", "h2")
}
Expand Down

0 comments on commit b8a1bf4

Please sign in to comment.