@@ -38,37 +38,37 @@ dependencies {
3838 implementation ' org.springframework:spring-test'
3939 testImplementation ' org.springframework:spring-jms'
4040
41- testImplementation ' com.squareup.retrofit2:retrofit:2.11 .0'
41+ testImplementation ' com.squareup.retrofit2:retrofit:2.12 .0'
4242 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
43- testImplementation ' org.apache.commons:commons-lang3:3.18 .0'
43+ testImplementation ' org.apache.commons:commons-lang3:3.20 .0'
4444 testImplementation (' com.googlecode.json-simple:json-simple:1.1.1' ) {
4545 exclude group : ' junit' , module : ' junit'
4646 }
47- testImplementation ' com.google.code.gson:gson:2.11.0 '
47+ testImplementation ' com.google.code.gson:gson:2.13.2 '
4848
49- testImplementation ' org.junit.platform:junit-platform-suite:1.11.4 '
50- testImplementation ' org.junit.platform:junit-platform-console:1.11.4 '
51- testImplementation ' io.cucumber:cucumber-java:7.20.1 '
52- testImplementation ' io.cucumber:cucumber-junit:7.20.1 '
53- testImplementation ' io.cucumber:cucumber-spring:7.20.1 '
54- testImplementation ' io.cucumber:cucumber-junit-platform-engine:7.20.1 '
49+ testImplementation ' org.junit.platform:junit-platform-suite:1.14.1 '
50+ testImplementation ' org.junit.platform:junit-platform-console:1.14.1 '
51+ testImplementation ' io.cucumber:cucumber-java:7.32.0 '
52+ testImplementation ' io.cucumber:cucumber-junit:7.32.0 '
53+ testImplementation ' io.cucumber:cucumber-spring:7.32.0 '
54+ testImplementation ' io.cucumber:cucumber-junit-platform-engine:7.32.0 '
5555
56- testImplementation ' io.qameta.allure:allure-cucumber7-jvm:2.29.1 '
56+ testImplementation ' io.qameta.allure:allure-cucumber7-jvm:2.31.0 '
5757
58- testImplementation ' org.assertj:assertj-core:3.26.3 '
58+ testImplementation ' org.assertj:assertj-core:3.27.6 '
5959
60- testCompileOnly ' org.projectlombok:lombok:1.18.36 '
61- testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
60+ testCompileOnly ' org.projectlombok:lombok:1.18.42 '
61+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.42 '
6262
63- testImplementation " ch.qos.logback:logback-core:1.5.17 "
64- testImplementation " ch.qos.logback:logback-classic:1.5.17 "
63+ testImplementation " ch.qos.logback:logback-core:1.5.21 "
64+ testImplementation " ch.qos.logback:logback-classic:1.5.21 "
6565
66- testImplementation ' org.apache.activemq:activemq-client:6.1.6 '
67- testImplementation " org.apache.avro:avro:1.12.0 "
68- testImplementation " org.awaitility:awaitility:4.2.2 "
69- testImplementation ' io.github.classgraph:classgraph:4.8.179 '
66+ testImplementation ' org.apache.activemq:activemq-client:6.2.0 '
67+ testImplementation " org.apache.avro:avro:1.12.1 "
68+ testImplementation " org.awaitility:awaitility:4.3.0 "
69+ testImplementation ' io.github.classgraph:classgraph:4.8.184 '
7070
71- testImplementation ' org.apache.commons:commons-collections4:4.4 '
71+ testImplementation ' org.apache.commons:commons-collections4:4.5.0 '
7272}
7373
7474tasks. named(' test' ) {
0 commit comments