File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
maven-resolver-named-locks-redisson
maven-resolver-transport-minio Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 116116 </dependency >
117117 <dependency >
118118 <groupId >org.testcontainers</groupId >
119- <artifactId >junit-jupiter</artifactId >
119+ <artifactId >testcontainers- junit-jupiter</artifactId >
120120 <version >${testcontainersVersion} </version >
121121 <scope >test</scope >
122122 </dependency >
Original file line number Diff line number Diff line change 131131 </dependency >
132132 <dependency >
133133 <groupId >org.testcontainers</groupId >
134- <artifactId >junit-jupiter</artifactId >
134+ <artifactId >testcontainers- junit-jupiter</artifactId >
135135 <version >${testcontainersVersion} </version >
136136 <scope >test</scope >
137137 </dependency >
138138 <dependency >
139139 <groupId >org.testcontainers</groupId >
140- <artifactId >minio</artifactId >
140+ <artifactId >testcontainers- minio</artifactId >
141141 <version >${testcontainersVersion} </version >
142142 <scope >test</scope >
143143 </dependency >
Original file line number Diff line number Diff line change 106106 <sisuVersion >0.9.0.M4</sisuVersion >
107107 <guiceVersion >5.1.0</guiceVersion >
108108 <slf4jVersion >2.0.17</slf4jVersion >
109- <testcontainersVersion >1.21.3 </testcontainersVersion >
109+ <testcontainersVersion >2.0.2 </testcontainersVersion >
110110 <bouncycastleVersion >1.83</bouncycastleVersion >
111111
112112 <!-- Used by Jetty Transport (client) and Test HTTP (server) -->
121121 <bnd .instructions.additions />
122122
123123 <!-- Parent versions -->
124- <versions .junit5>5.13.4 </versions .junit5>
124+ <versions .junit5>5.14.1 </versions .junit5>
125125 </properties >
126126
127127 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments