File tree Expand file tree Collapse file tree 14 files changed +17
-17
lines changed
Expand file tree Collapse file tree 14 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
6666 exclude(group : ' org.jetbrains' , module : ' annotations' )
6767 }
6868
69- shaded ' org.awaitility:awaitility:4.1.0 '
69+ shaded ' org.awaitility:awaitility:4.1.1 '
7070
7171 api platform(' com.github.docker-java:docker-java-bom:3.2.12' )
7272 shaded platform(' com.github.docker-java:docker-java-bom:3.2.12' )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation ' org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
1111 implementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
1212 implementation ' org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
13- testImplementation ' io.cucumber:cucumber-java:6.11 .0'
13+ testImplementation ' io.cucumber:cucumber-java:7.1 .0'
1414 testImplementation ' io.cucumber:cucumber-junit:7.0.0'
1515 testImplementation ' org.testcontainers:selenium'
1616}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- compileOnly " org.projectlombok:lombok:1.18.20 "
10+ compileOnly " org.projectlombok:lombok:1.18.22 "
1111 annotationProcessor " org.projectlombok:lombok:1.18.20"
1212 implementation ' biz.paluch.redis:spinach:0.3'
1313 implementation ' com.google.code.gson:gson:2.8.9'
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
77}
88
99dependencies {
10- testCompileOnly " org.projectlombok:lombok:1.18.20 "
11- testAnnotationProcessor " org.projectlombok:lombok:1.18.10 "
10+ testCompileOnly " org.projectlombok:lombok:1.18.22 "
11+ testAnnotationProcessor " org.projectlombok:lombok:1.18.22 "
1212 testImplementation ' org.testcontainers:kafka'
1313 testImplementation ' org.apache.kafka:kafka-clients:3.0.0'
1414 testImplementation ' org.assertj:assertj-core:3.21.0'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 compileOnly ' org.slf4j:slf4j-api:1.7.32'
1010 implementation ' com.squareup.okhttp3:okhttp:4.9.2'
1111 implementation ' org.json:json:20210307'
12- testImplementation ' org.postgresql:postgresql:42.2.24 '
12+ testImplementation ' org.postgresql:postgresql:42.3.1 '
1313 testImplementation ' ch.qos.logback:logback-classic:1.2.6'
1414 testImplementation ' org.testcontainers:postgresql'
1515}
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
77}
88
99dependencies {
10- compileOnly " org.projectlombok:lombok:1.18.20 "
11- annotationProcessor " org.projectlombok:lombok:1.18.16 "
10+ compileOnly " org.projectlombok:lombok:1.18.22 "
11+ annotationProcessor " org.projectlombok:lombok:1.18.22 "
1212
1313 implementation ' org.apache.solr:solr-solrj:8.10.1'
1414
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' com.couchbase.client:java-client:3.2.2'
7- testImplementation ' org.awaitility:awaitility:4.1.0 '
7+ testImplementation ' org.awaitility:awaitility:4.1.1 '
88}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "TestContainers :: elasticsearch"
22
33dependencies {
44 api project(' :testcontainers' )
5- testImplementation " org.elasticsearch.client:elasticsearch-rest-client:7.15.0 "
5+ testImplementation " org.elasticsearch.client:elasticsearch-rest-client:7.15.2 "
66 testImplementation " org.elasticsearch.client:transport:7.15.1"
77 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
88}
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ dependencies {
99 testImplementation ' com.zaxxer:HikariCP:4.0.3'
1010 testImplementation ' redis.clients:jedis:3.7.0'
1111 testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
12- testImplementation (' org.mockito:mockito-core:3.12.4 ' ) {
12+ testImplementation (' org.mockito:mockito-core:4.1.0 ' ) {
1313 exclude(module : ' hamcrest-core' )
1414 }
1515 testImplementation ' org.assertj:assertj-core:3.21.0'
1616 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.8.1'
1717
1818 testRuntimeOnly ' org.postgresql:postgresql:42.3.1'
19- testRuntimeOnly ' mysql:mysql-connector-java:8.0.26 '
19+ testRuntimeOnly ' mysql:mysql-connector-java:8.0.27 '
2020 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1'
2121}
2222
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 compileOnly ' com.amazonaws:aws-java-sdk-s3:1.12.100'
77 testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.80'
88 testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.100'
9- testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.60 '
9+ testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.119 '
1010 testImplementation ' software.amazon.awssdk:s3:2.17.72'
1111 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1212}
You can’t perform that action at this time.
0 commit comments