File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
<dependency >
92
92
<groupId >org.testcontainers</groupId >
93
93
<artifactId >testcontainers</artifactId >
94
- <version >1.19.8 </version >
94
+ <version >1.20.1 </version >
95
95
</dependency >
96
96
<!-- Testcontainers is using outdated v1 -->
97
97
<dependency >
112
112
<dependency >
113
113
<groupId >org.junit.jupiter</groupId >
114
114
<artifactId >junit-jupiter</artifactId >
115
- <version >5.10.3 </version >
115
+ <version >5.11.0 </version >
116
116
<scope >test</scope >
117
117
</dependency >
118
118
<dependency >
265
265
<plugin >
266
266
<groupId >org.apache.maven.plugins</groupId >
267
267
<artifactId >maven-surefire-plugin</artifactId >
268
- <version >3.3 .0</version >
268
+ <version >3.5 .0</version >
269
269
<configuration >
270
270
<skipTests >${skipTests} </skipTests >
271
271
</configuration >
You can’t perform that action at this time.
0 commit comments