Skip to content

Commit 29bfd81

Browse files
authored
Update testcontainers version to 1.20.4 (#617)
1 parent 6976e93 commit 29bfd81

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
@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
2323

2424
- Upgrade to `eclipse-temurin:11.0.24_8-jre-focal`. (#611)
2525
- Upgrade to Gradle 8.10.2. (#612)
26+
- Upgrade to `testcontainers` 1.20.4. (#617)
2627

2728
## [[8.5.0]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.5.0) 2024-06-19
2829

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group = 'com.iexec.worker'
1313
ext {
1414
springCloudVersion = '2021.0.8'
1515
commonsMathsVersion = '3.6.1'
16-
testContainersVersion = '1.19.3'
16+
testContainersVersion = '1.20.4'
1717
}
1818

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

0 commit comments

Comments
 (0)