File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ dependencies {
116116 testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
117117
118118 testImplementation ' org.assertj:assertj-core:3.27.7'
119- testImplementation ' io.rest-assured:rest-assured:5.5.6 '
119+ testImplementation ' io.rest-assured:rest-assured:5.5.7 '
120120
121121 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
122122 jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Testcontainers :: ActiveMQ"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation " org.apache.activemq:activemq-client:6.2.0 "
6+ testImplementation " org.apache.activemq:activemq-client:6.2.4 "
77 testImplementation " org.apache.activemq:artemis-jakarta-client:2.44.0"
88}
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :testcontainers-jdbc' )
55
66 testImplementation project(' :testcontainers-jdbc-test' )
7- testRuntimeOnly ' com.ibm.db2:jcc:12.1.3 .0'
7+ testRuntimeOnly ' com.ibm.db2:jcc:12.1.4 .0'
88}
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' io.rest-assured:rest-assured:5.5.7'
7- testImplementation ' io.micrometer:micrometer-registry-otlp:1.16.1 '
7+ testImplementation ' io.micrometer:micrometer-registry-otlp:1.16.5 '
88 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8'
99
10- testImplementation platform(' io.opentelemetry:opentelemetry-bom:1.57 .0' )
10+ testImplementation platform(' io.opentelemetry:opentelemetry-bom:1.61 .0' )
1111 testImplementation ' io.opentelemetry:opentelemetry-api'
1212 testImplementation ' io.opentelemetry:opentelemetry-sdk'
1313 testImplementation ' io.opentelemetry:opentelemetry-exporter-otlp'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 shaded(" net.lingala.zip4j:zip4j:2.11.6" )
1313
1414 testImplementation(project(" :testcontainers-junit-jupiter" ))
15- testImplementation(" com.hivemq:hivemq-extension-sdk:4.47.1 " )
15+ testImplementation(" com.hivemq:hivemq-extension-sdk:4.50.0 " )
1616 testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.13" )
1717 testImplementation(" org.apache.httpcomponents:httpclient:4.5.14" )
1818 testImplementation(" ch.qos.logback:logback-classic:1.5.22" )
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ description = "Testcontainers :: Orientdb"
33dependencies {
44 api project(" :testcontainers" )
55
6- api " com.orientechnologies:orientdb-client:3.2.46 "
6+ api " com.orientechnologies:orientdb-client:3.2.51 "
77
88 testImplementation ' org.apache.tinkerpop:gremlin-driver:3.8.1'
9- testImplementation " com.orientechnologies:orientdb-gremlin:3.2.46 "
9+ testImplementation " com.orientechnologies:orientdb-gremlin:3.2.51 "
1010}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Testcontainers :: ScyllaDB"
33dependencies {
44 api project(" :testcontainers" )
55
6- testImplementation ' com.scylladb:java-driver-core:4.19.0.4 '
6+ testImplementation ' com.scylladb:java-driver-core:4.19.0.8 '
77 testImplementation ' software.amazon.awssdk:dynamodb:2.40.4'
88}
You can’t perform that action at this time.
0 commit comments