File tree Expand file tree Collapse file tree 8 files changed +13
-10
lines changed
main/java/org/testcontainers/containers
test/java/org/testcontainers/containers Expand file tree Collapse file tree 8 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ - Bump org.testcontainers from 1.21.3 to 2.0.1
6+ - Bump logback-classic from 1.3.15 to 1.3.16
57- Change ` TARANTOOL_VERSION ` default value from ` 2.11.2-ubuntu20.04 ` to ` 2.11.8-ubuntu20.04 `
68- CI/CD: Change JDK distribution from Zulu to Temurin
79
Original file line number Diff line number Diff line change 5353 </scm >
5454
5555 <properties >
56- <testcontainers .version>1.21.3 </testcontainers .version>
56+ <testcontainers .version>2.0.1 </testcontainers .version>
5757 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5858 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5959 <logging .config>${project.basedir} /src/test/resources/logback-test.xml</logging .config>
102102 <dependency >
103103 <groupId >ch.qos.logback</groupId >
104104 <artifactId >logback-classic</artifactId >
105- <version >1.3.15 </version >
105+ <version >1.3.16 </version >
106106 <scope >test</scope >
107107 </dependency >
108108
114114 </dependency >
115115 <dependency >
116116 <groupId >org.testcontainers</groupId >
117- <artifactId >junit-jupiter</artifactId >
117+ <artifactId >testcontainers- junit-jupiter</artifactId >
118118 <version >${testcontainers.version} </version >
119119 <scope >test</scope >
120120 </dependency >
Original file line number Diff line number Diff line change 1010import java .util .concurrent .TimeoutException ;
1111import java .util .function .Supplier ;
1212
13+ import org .apache .commons .lang3 .ArrayUtils ;
14+
1315import com .github .dockerjava .api .command .InspectContainerResponse ;
1416import org .testcontainers .containers .exceptions .CartridgeTopologyException ;
1517import org .testcontainers .images .builder .ImageFromDockerfile ;
16- import org .testcontainers .shaded .org .apache .commons .lang3 .ArrayUtils ;
1718import static org .testcontainers .containers .PathUtils .normalizePath ;
1819
1920/**
Original file line number Diff line number Diff line change 55import java .util .Map ;
66import java .util .stream .Collectors ;
77
8- import static org .junit .Assert .assertEquals ;
8+ import static org .junit .jupiter . api . Assertions .assertEquals ;
99
1010/**
1111 * @author Vladimir Rogach
Original file line number Diff line number Diff line change 11package org .testcontainers .containers ;
22
33import org .junit .jupiter .api .Test ;
4- import static org .junit .Assert .assertEquals ;
5- import static org .junit .Assert .assertThrows ;
4+ import static org .junit .jupiter . api . Assertions .assertEquals ;
5+ import static org .junit .jupiter . api . Assertions .assertThrows ;
66import static org .testcontainers .containers .PathUtils .normalizePath ;
77
88/**
Original file line number Diff line number Diff line change 55import org .junit .jupiter .api .Test ;
66import org .testcontainers .junit .jupiter .Container ;
77import org .testcontainers .junit .jupiter .Testcontainers ;
8- import static org .junit .Assert .assertEquals ;
8+ import static org .junit .jupiter . api . Assertions .assertEquals ;
99
1010/**
1111 * @author Alexey Kuzin
Original file line number Diff line number Diff line change 1313import org .testcontainers .containers .output .Slf4jLogConsumer ;
1414import org .testcontainers .junit .jupiter .Container ;
1515import org .testcontainers .junit .jupiter .Testcontainers ;
16- import static org .junit .Assert .assertThrows ;
16+ import static org .junit .jupiter . api . Assertions .assertThrows ;
1717import static org .junit .jupiter .api .Assertions .assertEquals ;
1818import static org .junit .jupiter .api .Assertions .assertFalse ;
1919import static org .junit .jupiter .api .Assertions .assertTrue ;
Original file line number Diff line number Diff line change 88import org .testcontainers .containers .output .Slf4jLogConsumer ;
99import org .testcontainers .junit .jupiter .Container ;
1010import org .testcontainers .junit .jupiter .Testcontainers ;
11- import static org .junit .Assert .assertEquals ;
11+ import static org .junit .jupiter . api . Assertions .assertEquals ;
1212
1313/**
1414 * @author Alexey Kuzin
You can’t perform that action at this time.
0 commit comments