Skip to content

Commit

Permalink
Update Gradle dependencies (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 17, 2022
1 parent 4553b09 commit d50a11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ tasks {
}
}

val jooqVersion = "3.16.6"
val flywayVersion = "8.5.12"
val jooqVersion = "3.16.7"
val flywayVersion = "8.5.13"

tasks.withType<ProcessResources> {
filesMatching("**/dev.monosoul.jooq.dependency.versions") {
Expand Down

0 comments on commit d50a11e

Please sign in to comment.