Skip to content

Commit d19cf78

Browse files
Upgrade to testcontainers 1.20.4 (#153)
1 parent 74dc3d2 commit d19cf78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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

1313
- Upgrade to `eclipse-temurin:11.0.24_8-jre-focal`. (#149)
1414
- Upgrade to Gradle 8.10.2. (#150)
15+
- Upgrade to `testcontainers` 1.20.4. (#153)
1516

1617
## [[8.5.0]](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v8.5.0) 2024-06-18
1718

build.gradle

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

1111
ext {
1212
openFeignVersion = '11.10'
13-
testContainersVersion = '1.19.0'
13+
testContainersVersion = '1.20.4'
1414
}
1515

1616
if (!project.hasProperty('gitBranch')) {

0 commit comments

Comments
 (0)