Skip to content

Commit 81b2ce8

Browse files
Update database dependencies (#3650)
1 parent 82471aa commit 81b2ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
// Uncomment the kapt line in the dependencies block if you enable this.
2323
// kotlin("kapt")
2424

25-
id("dev.monosoul.jooq-docker") version "8.0.4"
25+
id("dev.monosoul.jooq-docker") version "8.0.5"
2626
id("com.diffplug.spotless") version "8.0.0"
2727
id("org.springframework.boot") version "3.5.8"
2828
id("io.spring.dependency-management") version "1.1.7"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ org.gradle.kotlin.dsl.allWarningsAsErrors=true
1010
# directly in build.gradle.kts.
1111
#
1212
awsSdkVersion=2.37.2
13-
flywayVersion=11.17.0
13+
flywayVersion=11.17.1
1414
geoToolsVersion=34.0
1515
jjwtVersion=0.13.0
1616
jooqVersion=3.20.9

0 commit comments

Comments
 (0)