Skip to content

Commit afc4b5b

Browse files
authored
Merge pull request #101 from iExecBlockchainComputing/feature/testcontainers-1.19.0
Upgrade [email protected]
2 parents 6946aeb + 1b73874 commit afc4b5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ plugins {
1010

1111
ext {
1212
openFeignVersion = '11.10'
13+
testContainersVersion = '1.19.0'
1314
}
1415

1516
if (!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:$testContainersVersion"
9091
}
9192

9293
springBoot {

0 commit comments

Comments
 (0)