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 74dc3d2 commit d19cf78Copy full SHA for d19cf78
CHANGELOG.md
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
12
13
- Upgrade to `eclipse-temurin:11.0.24_8-jre-focal`. (#149)
14
- Upgrade to Gradle 8.10.2. (#150)
15
+- Upgrade to `testcontainers` 1.20.4. (#153)
16
17
## [[8.5.0]](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v8.5.0) 2024-06-18
18
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
11
ext {
openFeignVersion = '11.10'
- testContainersVersion = '1.19.0'
+ testContainersVersion = '1.20.4'
}
if (!project.hasProperty('gitBranch')) {
0 commit comments