@@ -67,38 +67,38 @@ dependencies {
6767
6868 testImplementation ' com.github.spotbugs:spotbugs-annotations'
6969
70- testImplementation ' com.squareup.retrofit2:retrofit:2.11 .0'
70+ testImplementation ' com.squareup.retrofit2:retrofit:2.12 .0'
7171 testImplementation ' io.github.openfeign:feign-core:13.6'
7272 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
73- testImplementation ' org.apache.commons:commons-lang3:3.18 .0'
73+ testImplementation ' org.apache.commons:commons-lang3:3.20 .0'
7474 testImplementation (' com.googlecode.json-simple:json-simple:1.1.1' ) {
7575 exclude group : ' junit' , module : ' junit'
7676 }
77- testImplementation ' com.google.code.gson:gson:2.11.0 '
77+ testImplementation ' com.google.code.gson:gson:2.13.2 '
7878
79- testImplementation ' io.cucumber:cucumber-java:7.20.1 '
80- testImplementation ' io.cucumber:cucumber-junit:7.20.1 '
81- testImplementation ' io.cucumber:cucumber-spring:7.20.1 '
82- testImplementation ' io.cucumber:cucumber-junit-platform-engine:7.20.1 '
79+ testImplementation ' io.cucumber:cucumber-java:7.32.0 '
80+ testImplementation ' io.cucumber:cucumber-junit:7.32.0 '
81+ testImplementation ' io.cucumber:cucumber-spring:7.32.0 '
82+ testImplementation ' io.cucumber:cucumber-junit-platform-engine:7.32.0 '
8383
84- testImplementation ' io.qameta.allure:allure-cucumber7-jvm:2.29.1 '
84+ testImplementation ' io.qameta.allure:allure-cucumber7-jvm:2.31.0 '
8585
86- testImplementation ' org.assertj:assertj-core:3.26.3 '
87- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
88- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
86+ testImplementation ' org.assertj:assertj-core:3.27.6 '
87+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.14.1 '
88+ testImplementation ' org.junit.jupiter:junit-jupiter:5.14.1 '
8989
90- testCompileOnly ' org.projectlombok:lombok:1.18.36 '
91- testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
90+ testCompileOnly ' org.projectlombok:lombok:1.18.42 '
91+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.42 '
9292
93- testImplementation " ch.qos.logback:logback-core:1.5.17 "
94- testImplementation " ch.qos.logback:logback-classic:1.5.17 "
93+ testImplementation " ch.qos.logback:logback-core:1.5.21 "
94+ testImplementation " ch.qos.logback:logback-classic:1.5.21 "
9595
96- testImplementation ' org.apache.activemq:activemq-client:6.1.6 '
97- testImplementation " org.apache.avro:avro:1.12.0 "
98- testImplementation " org.awaitility:awaitility:4.2.2 "
99- testImplementation ' io.github.classgraph:classgraph:4.8.179 '
96+ testImplementation ' org.apache.activemq:activemq-client:6.2.0 '
97+ testImplementation " org.apache.avro:avro:1.12.1 "
98+ testImplementation " org.awaitility:awaitility:4.3.0 "
99+ testImplementation ' io.github.classgraph:classgraph:4.8.184 '
100100
101- testImplementation ' org.apache.commons:commons-collections4:4.4 '
101+ testImplementation ' org.apache.commons:commons-collections4:4.5.0 '
102102}
103103
104104tasks. withType(JavaCompile ). configureEach {
0 commit comments