Skip to content

Commit

Permalink
Update dependency io.projectreactor:reactor-test to v3.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent 6e8055e commit 31d971b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion file-storage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
testImplementation 'io.grpc:grpc-testing:1.63.0'
testImplementation 'org.testcontainers:testcontainers:1.19.8'
testImplementation 'org.testcontainers:junit-jupiter:1.19.8'
testImplementation 'io.projectreactor:reactor-test:3.6.7'
testImplementation 'io.projectreactor:reactor-test:3.6.8'
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
Expand Down
2 changes: 1 addition & 1 deletion persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.26'
testImplementation 'io.jsonwebtoken:jjwt:0.12.6'
testImplementation 'io.projectreactor:reactor-test:3.6.7'
testImplementation 'io.projectreactor:reactor-test:3.6.8'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
}

0 comments on commit 31d971b

Please sign in to comment.