Skip to content

Commit ebd0fa2

Browse files
committed
dependencies
1 parent dbbe6b5 commit ebd0fa2

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

redis-concurrency-limit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dependencies {
1717
testImplementation "org.testcontainers:spock:${revTestContainer}"
1818
testImplementation "org.testcontainers:testcontainers:${revTestContainer}"
1919
testImplementation "com.google.protobuf:protobuf-java:${revProtoBuf}"
20-
testImplementation 'org.springframework.data:spring-data-redis'
20+
testImplementation 'org.springframework.data:spring-data-redis:2.7.16'
2121
}

redis-concurrency-limit/dependencies.lock

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"locked": "3.1.4"
3434
},
3535
"org.springframework.data:spring-data-redis": {
36-
"locked": "3.1.4"
36+
"locked": "2.7.16"
3737
},
3838
"redis.clients:jedis": {
3939
"locked": "3.6.0"
@@ -196,6 +196,12 @@
196196
],
197197
"locked": "15.4"
198198
},
199+
"org.springdoc:springdoc-openapi-starter-webmvc-ui": {
200+
"firstLevelTransitive": [
201+
"com.netflix.conductor:conductor-common"
202+
],
203+
"locked": "2.1.0"
204+
},
199205
"redis.clients:jedis": {
200206
"locked": "3.6.0"
201207
}
@@ -250,7 +256,7 @@
250256
"locked": "3.1.4"
251257
},
252258
"org.springframework.data:spring-data-redis": {
253-
"locked": "3.1.4"
259+
"locked": "2.7.16"
254260
},
255261
"org.testcontainers:spock": {
256262
"locked": "1.15.3"
@@ -434,14 +440,20 @@
434440
"org.spockframework:spock-spring": {
435441
"locked": "2.4-M1-groovy-4.0"
436442
},
443+
"org.springdoc:springdoc-openapi-starter-webmvc-ui": {
444+
"firstLevelTransitive": [
445+
"com.netflix.conductor:conductor-common"
446+
],
447+
"locked": "2.1.0"
448+
},
437449
"org.springframework.boot:spring-boot-starter-log4j2": {
438450
"locked": "3.1.4"
439451
},
440452
"org.springframework.boot:spring-boot-starter-test": {
441453
"locked": "3.1.4"
442454
},
443455
"org.springframework.data:spring-data-redis": {
444-
"locked": "3.1.4"
456+
"locked": "2.7.16"
445457
},
446458
"org.testcontainers:spock": {
447459
"locked": "1.15.3"

0 commit comments

Comments
 (0)