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 e77ca9e commit 74b0e7cCopy full SHA for 74b0e7c
CHANGELOG.md
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
8
9
- Upgrade to `eclipse-temurin:11.0.24_8-jre-focal`. (#141)
10
- Upgrade to Gradle 8.10.2. (#142)
11
+- Upgrade to `testcontainers` 1.20.4. (#143)
12
13
## [[8.5.0]](https://github.com/iExecBlockchainComputing/iexec-result-proxy/releases/tag/v8.5.0) 2024-06-18
14
build.gradle
@@ -11,7 +11,7 @@ plugins {
ext {
springCloudVersion = '2021.0.8'
jjwtVersion = '0.11.5'
- testContainersVersion = '1.19.3'
+ testContainersVersion = '1.20.4'
15
}
16
17
if (!project.hasProperty('gitBranch')) {
0 commit comments