File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
grpc-spring-boot-starter-demo
src/test/java/org/lognet/springboot/grpc/auth Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ grpcVersion=1.51.0
22
33
44springBootVersion =3.0.0
5- springCloudVersion =2022.0.0-RC3
5+ springCloudVersion =2022.0.0
66
77gradleErrorPronePluginVersion =3.0.1
88errorProneVersion =2.16
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ dependencies {
8787 testImplementation " org.springframework.cloud:spring-cloud-config-client"
8888 testImplementation " org.springframework.cloud:spring-cloud-starter-bootstrap"
8989
90- testImplementation " com.playtika.testcontainers:embedded-keycloak:2.2.2 "
91- testImplementation " com.playtika.testcontainers:embedded-consul:2.2.2 "
90+ testImplementation " com.playtika.testcontainers:embedded-keycloak:2.2.14 "
91+ testImplementation " com.playtika.testcontainers:embedded-consul:2.2.14 "
9292
9393 testImplementation ' org.hamcrest:hamcrest:2.2'
9494 testImplementation ' org.mockito:mockito-core:2.23.0'
@@ -99,7 +99,7 @@ dependencies {
9999
100100 bothPureAndShadedNettyTestImplementation " io.grpc:grpc-netty"
101101
102- kafkaStreamTestImplementation " com.playtika.testcontainers:embedded-kafka:2.2.2 "
102+ kafkaStreamTestImplementation " com.playtika.testcontainers:embedded-kafka:2.2.14 "
103103 kafkaStreamTestImplementation " org.springframework.cloud:spring-cloud-starter-stream-kafka"
104104
105105
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ public Boolean call() throws Exception {
143143 ++failed ;
144144 }
145145 }
146+ assertThat (succeeded +failed ,Matchers .is (concurrency ));
146147 assertThat (succeeded , Matchers .is (shouldSucceed .get ()));
147148 assertThat (failed , Matchers .is (shouldFail .get ()));
148149
You can’t perform that action at this time.
0 commit comments