File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 3535 <jenkins .baseline>2.516</jenkins .baseline>
3636 <jenkins .version>${jenkins.baseline} .3</jenkins .version>
3737 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
38-
39- <testcontainer .version>1.21.4</testcontainer .version>
40-
38+ <testcontainer .version>2.0.3</testcontainer .version>
4139 <spotless .check.skip>false</spotless .check.skip>
4240 <ban-junit4-imports .skip>false</ban-junit4-imports .skip>
4341 <ban-commons-lang-2 .skip>false</ban-commons-lang-2 .skip>
5250 <type >pom</type >
5351 <scope >import</scope >
5452 </dependency >
55- <dependency >
56- <groupId >org.testcontainers</groupId >
57- <artifactId >junit-jupiter</artifactId >
58- <version >${testcontainer.version} </version >
59- </dependency >
6053 <dependency >
6154 <groupId >org.testcontainers</groupId >
6255 <artifactId >testcontainers</artifactId >
6861 </exclusion >
6962 </exclusions >
7063 </dependency >
64+ <dependency >
65+ <groupId >org.testcontainers</groupId >
66+ <artifactId >testcontainers-junit-jupiter</artifactId >
67+ <version >${testcontainer.version} </version >
68+ </dependency >
7169 </dependencies >
7270 </dependencyManagement >
7371
121119 </dependency >
122120 <dependency >
123121 <groupId >org.testcontainers</groupId >
124- <artifactId >junit-jupiter </artifactId >
122+ <artifactId >testcontainers </artifactId >
125123 <scope >test</scope >
126124 </dependency >
127125 <dependency >
128126 <groupId >org.testcontainers</groupId >
129- <artifactId >testcontainers</artifactId >
127+ <artifactId >testcontainers-junit-jupiter </artifactId >
130128 <scope >test</scope >
131129 </dependency >
132130 <dependency >
You can’t perform that action at this time.
0 commit comments