We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6976e93 commit 29bfd81Copy full SHA for 29bfd81
CHANGELOG.md
@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
23
24
- Upgrade to `eclipse-temurin:11.0.24_8-jre-focal`. (#611)
25
- Upgrade to Gradle 8.10.2. (#612)
26
+- Upgrade to `testcontainers` 1.20.4. (#617)
27
28
## [[8.5.0]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.5.0) 2024-06-19
29
build.gradle
@@ -13,7 +13,7 @@ group = 'com.iexec.worker'
13
ext {
14
springCloudVersion = '2021.0.8'
15
commonsMathsVersion = '3.6.1'
16
- testContainersVersion = '1.19.3'
+ testContainersVersion = '1.20.4'
17
}
18
19
if (!project.hasProperty('gitBranch')) {
0 commit comments