File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4848 <artifactId >vertx-auth-parent</artifactId >
4949 <version >5.0.8-SNAPSHOT</version >
5050
51+ <properties >
52+ <testcontainers .version>1.21.4</testcontainers .version>
53+ </properties >
54+
5155 <name >Vert.x Auth</name >
5256
5357 <dependencyManagement >
134138 </plugins >
135139 </build >
136140
137- </project >
141+ </project >
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >org.testcontainers</groupId >
5353 <artifactId >testcontainers</artifactId >
54- <version >1.18.0 </version >
54+ <version >${testcontainers.version} </version >
5555 <scope >test</scope >
5656 </dependency >
5757 </dependencies >
Original file line number Diff line number Diff line change 5050 <dependency >
5151 <groupId >org.testcontainers</groupId >
5252 <artifactId >testcontainers</artifactId >
53- <version >1.18.0 </version >
53+ <version >${testcontainers.version} </version >
5454 <scope >test</scope >
5555 </dependency >
5656 <dependency >
You can’t perform that action at this time.
0 commit comments