Skip to content

Commit f485ad4

Browse files
committed
Demonstrating that everything works with the changes for #1684
1 parent 80a14b9 commit f485ad4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ plugins {
88
repositories {
99
mavenCentral()
1010
maven { url 'https://repo.spring.io/milestone' }
11+
maven { url 'https://repo.spring.io/snapshot' }
1112
}
1213

1314

@@ -50,9 +51,12 @@ configurations {
5051

5152
check.dependsOn integrationTest
5253

54+
ext['spring-data-bom.version'] = '2024.0.0-RC1'
5355

5456
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'
5660
implementation 'org.postgresql:postgresql'
5761
implementation 'org.flywaydb:flyway-core'
5862

0 commit comments

Comments
 (0)