File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ plugins {
8
8
repositories {
9
9
mavenCentral()
10
10
maven { url ' https://repo.spring.io/milestone' }
11
+ maven { url ' https://repo.spring.io/snapshot' }
11
12
}
12
13
13
14
@@ -50,9 +51,12 @@ configurations {
50
51
51
52
check. dependsOn integrationTest
52
53
54
+ ext[' spring-data-bom.version' ] = ' 2024.0.0-RC1'
53
55
54
56
dependencies {
55
- implementation ' org.springframework.boot:spring-boot-starter-data-jdbc:'
57
+ implementation ' org.springframework.boot:spring-boot-starter-data-jdbc'
58
+ implementation ' org.springframework.data:spring-data-jdbc:3.3.0-1684-converter-not-found-SNAPSHOT'
59
+ implementation ' org.springframework.data:spring-data-relational:3.3.0-1684-converter-not-found-SNAPSHOT'
56
60
implementation ' org.postgresql:postgresql'
57
61
implementation ' org.flywaydb:flyway-core'
58
62
You can’t perform that action at this time.
0 commit comments