Integration test to check tx quorum and reader (#702)

This commit is contained in:
KirillPamPam
2025-08-13 16:08:31 +04:00
committed by GitHub
parent cf2851201b
commit 4e80af7a0c
2 changed files with 55 additions and 44 deletions

View File

@@ -108,7 +108,7 @@ spring-security-config = { module = "org.springframework.security:spring-securit
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot" }
testcontainers = "org.testcontainers:testcontainers:1.17.5"
testcontainers = "org.testcontainers:testcontainers:1.21.3"
testcontainers-ganache = "io.github.ganchix:testcontainers-java-module-ganache:0.0.4"
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.9.1"