Skip to content

Commit 74b0e7c

Browse files
Upgrade to testcontainers 1.20.4 (#143)
1 parent e77ca9e commit 74b0e7c

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

99
- Upgrade to `eclipse-temurin:11.0.24_8-jre-focal`. (#141)
1010
- Upgrade to Gradle 8.10.2. (#142)
11+
- Upgrade to `testcontainers` 1.20.4. (#143)
1112

1213
## [[8.5.0]](https://github.com/iExecBlockchainComputing/iexec-result-proxy/releases/tag/v8.5.0) 2024-06-18
1314

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
ext {
1212
springCloudVersion = '2021.0.8'
1313
jjwtVersion = '0.11.5'
14-
testContainersVersion = '1.19.3'
14+
testContainersVersion = '1.20.4'
1515
}
1616

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

0 commit comments

Comments
 (0)