File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 <maven .compiler.target>${java.version} </maven .compiler.target>
4545 <slf4j .version>2.0.17</slf4j .version>
4646 <junit .version>6.0.1</junit .version>
47- <jedis .version>7.0 .0</jedis .version>
47+ <jedis .version>7.1 .0</jedis .version>
4848 <commons-lang .version>3.20.0</commons-lang .version>
4949 <lombok .version>1.18.42</lombok .version>
5050 <lombok-plugin .version>1.18.20.0</lombok-plugin .version>
51- <testcontainers .version>1.21.3 </testcontainers .version>
51+ <testcontainers .version>2.0.2 </testcontainers .version>
5252 <testcontainers-redis .version>2.2.4</testcontainers-redis .version>
5353 <assertj .version>3.27.6</assertj .version>
5454 <delombok .output>target/generated-sources/delombok</delombok .output>
6767 <type >pom</type >
6868 <scope >import</scope >
6969 </dependency >
70+
71+ <dependency >
72+ <groupId >org.testcontainers</groupId >
73+ <artifactId >testcontainers-bom</artifactId >
74+ <version >${testcontainers.version} </version >
75+ <type >pom</type >
76+ <scope >import</scope >
77+ </dependency >
7078 </dependencies >
7179 </dependencyManagement >
7280
107115 <dependency >
108116 <groupId >org.testcontainers</groupId >
109117 <artifactId >testcontainers</artifactId >
110- <version >${testcontainers.version} </version >
111118 <scope >test</scope >
112119 </dependency >
113120
118125 <scope >test</scope >
119126 </dependency >
120127
121-
122128 <dependency >
123129 <groupId >org.slf4j</groupId >
124130 <artifactId >slf4j-simple</artifactId >
128134
129135 <dependency >
130136 <groupId >org.testcontainers</groupId >
131- <artifactId >junit-jupiter</artifactId >
132- <version >${testcontainers.version} </version >
137+ <artifactId >testcontainers-junit-jupiter</artifactId >
133138 <scope >test</scope >
134139 </dependency >
135140
You can’t perform that action at this time.
0 commit comments