diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-11-14 15:04:33 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-11-14 15:08:57 +0000 |
commit | d2a1f36a78fdc69d43b39f0a7852d47d78924ed5 (patch) | |
tree | fcf74ba64c5ddf4aa4d2401ccb19d4afe12074d1 /cps-dependencies | |
parent | 2cdcee3c22b6757cdacb42ef34be7c006519d70c (diff) |
Upgrade testcontainers to 1.17.3
- upgrade the testcontainer version to run the integration tests
Issue-ID: CPS-1360
Change-Id: Ia84ebd68a10c72405d8038dbc30a12c97d37f188
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-dependencies')
-rwxr-xr-x | cps-dependencies/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index e04ff02775..18ed43c993 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -39,7 +39,7 @@ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <sonar.skip>true</sonar.skip> - <testcontainers.version>1.15.1</testcontainers.version> + <testcontainers.version>1.17.3</testcontainers.version> <mapstruct.version>1.4.2.Final</mapstruct.version> </properties> |