Skip to content

Commit 7a30100

Browse files
Bump org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.1 (#398)
* Bump org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.1 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.1. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.3...2.0.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix wrong import Signed-off-by: Olivier Lamy <olamy@apache.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Olivier Lamy <olamy@apache.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Olivier Lamy <olamy@apache.org>
1 parent 7e478bb commit 7a30100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ under the License.
9292
<dependency>
9393
<groupId>org.testcontainers</groupId>
9494
<artifactId>testcontainers-bom</artifactId>
95-
<version>1.21.3</version>
95+
<version>2.0.1</version>
9696
<type>pom</type>
9797
<scope>import</scope>
9898
</dependency>
@@ -192,7 +192,7 @@ under the License.
192192
</dependency>
193193
<dependency>
194194
<groupId>org.testcontainers</groupId>
195-
<artifactId>junit-jupiter</artifactId>
195+
<artifactId>testcontainers-junit-jupiter</artifactId>
196196
<scope>test</scope>
197197
</dependency>
198198
<dependency>

src/test/java/org/apache/maven/buildcache/BuildCacheMojosExecutionStrategyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import java.util.stream.Collectors;
2626

2727
import org.apache.commons.lang3.SystemUtils;
28+
import org.apache.commons.lang3.tuple.Pair;
2829
import org.apache.maven.buildcache.xml.CacheConfig;
2930
import org.apache.maven.buildcache.xml.build.CompletedExecution;
3031
import org.apache.maven.buildcache.xml.build.PropertyValue;
@@ -37,7 +38,6 @@
3738
import org.junit.jupiter.api.BeforeEach;
3839
import org.junit.jupiter.api.Nested;
3940
import org.junit.jupiter.api.Test;
40-
import org.testcontainers.shaded.org.apache.commons.lang3.tuple.Pair;
4141

4242
import static org.junit.jupiter.api.Assertions.assertFalse;
4343
import static org.junit.jupiter.api.Assertions.assertTrue;

0 commit comments

Comments
 (0)