File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212- Upgrade to ` eclipse-temurin ` 11.0.20. (#98 )
1313- Upgrade to Spring Boot 2.7.14. (#99 )
1414- Upgrade to Spring Dependency Management Plugin 1.1.3. (#99 )
15+ - Upgrade to ` testcontainers ` 1.19.0. (#101 )
1516
1617## [[ 8.1.1]] ( https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v8.1.1 ) 2023-06-23
1718
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
1010
1111ext {
1212 openFeignVersion = ' 11.10'
13+ testContainersVersion = ' 1.19.0'
1314}
1415
1516if (! project. hasProperty(' gitBranch' )) {
@@ -86,7 +87,7 @@ dependencies {
8687 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
8788 testImplementation ' org.awaitility:awaitility'
8889
89- itestImplementation ' org.testcontainers:junit-jupiter:1.18.1 '
90+ itestImplementation " org.testcontainers:junit-jupiter:$t estContainersVersion "
9091}
9192
9293springBoot {
You can’t perform that action at this time.
0 commit comments