Skip to content

Commit

Permalink
Update database dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 4494071 commit 4190db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
// Uncomment the kapt line in the dependencies block if you enable this.
// kotlin("kapt")

id("dev.monosoul.jooq-docker") version "6.1.13"
id("dev.monosoul.jooq-docker") version "6.1.14"
id("com.diffplug.spotless") version "7.0.0.BETA4"
id("org.springframework.boot") version "3.4.0"
id("io.spring.dependency-management") version "1.1.6"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.kotlin.dsl.allWarningsAsErrors=true
awsSdkVersion=2.29.23
flywayVersion=11.0.1
geoToolsVersion=32.1
jooqVersion=3.19.15
jooqVersion=3.19.16
jtsVersion=1.20.0
kotlinVersion=2.1.0
ktfmtVersion=0.53
Expand Down

0 comments on commit 4190db5

Please sign in to comment.