Skip to content

Commit

Permalink
Update database dependencies (#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 4494071 commit 9d18f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ org.gradle.kotlin.dsl.allWarningsAsErrors=true
# directly in build.gradle.kts.

awsSdkVersion=2.29.23
flywayVersion=11.0.1
flywayVersion=11.1.0
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 9d18f35

Please sign in to comment.