File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
compileOnly ' org.springframework.security:spring-security-core'
22
22
23
23
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 '
25
25
26
26
compileOnly ' io.rsocket:rsocket-core'
27
27
compileOnly ' io.rsocket:rsocket-transport-netty'
@@ -44,7 +44,7 @@ dependencies {
44
44
testImplementation ' org.springframework:spring-websocket'
45
45
testImplementation ' org.springframework.data:spring-data-commons'
46
46
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 '
48
48
testImplementation ' io.micrometer:micrometer-observation-test'
49
49
testImplementation ' io.micrometer:micrometer-tracing-test'
50
50
testImplementation ' com.h2database:h2'
You can’t perform that action at this time.
0 commit comments