Skip to content

Commit 13a95f8

Browse files
odrotbohmrstoyanchev
authored andcommitted
Temporarily upgrade to Spring Data 3.1 snapshots.
1 parent d3ea23e commit 13a95f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-graphql/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
compileOnly 'org.springframework.security:spring-security-core'
2222

2323
compileOnly 'com.querydsl:querydsl-core'
24-
compileOnly 'org.springframework.data:spring-data-commons'
24+
compileOnly 'org.springframework.data:spring-data-commons:3.1.0-SNAPSHOT'
2525

2626
compileOnly 'io.rsocket:rsocket-core'
2727
compileOnly 'io.rsocket:rsocket-transport-netty'
@@ -44,7 +44,7 @@ dependencies {
4444
testImplementation 'org.springframework:spring-websocket'
4545
testImplementation 'org.springframework.data:spring-data-commons'
4646
testImplementation 'org.springframework.data:spring-data-keyvalue'
47-
testImplementation 'org.springframework.data:spring-data-jpa'
47+
testImplementation 'org.springframework.data:spring-data-jpa:3.1.0-SNAPSHOT'
4848
testImplementation 'io.micrometer:micrometer-observation-test'
4949
testImplementation 'io.micrometer:micrometer-tracing-test'
5050
testImplementation 'com.h2database:h2'

0 commit comments

Comments
 (0)