File tree Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Original file line number Diff line number Diff line change 1818 <plugin >
1919 <groupId >org.apache.maven.plugins</groupId >
2020 <artifactId >maven-surefire-plugin</artifactId >
21- <version >2.22.1</version >
22- <configuration >
23- <groups >IntegrationTest</groups >
24- </configuration >
21+ <version >3.5.2</version >
2522 </plugin >
2623 </plugins >
2724 </build >
4138 <type >pom</type >
4239 <scope >import</scope >
4340 </dependency >
44- <dependency >
45- <groupId >org.junit</groupId >
46- <artifactId >junit-bom</artifactId >
47- <version >5.9.2</version >
48- <type >pom</type >
49- <scope >import</scope >
50- </dependency >
51- </dependencies >
41+ </dependencies >
5242 </dependencyManagement >
5343 <dependencies >
5444 <dependency >
5545 <groupId >org.junit.jupiter</groupId >
56- <artifactId >junit-jupiter-api</artifactId >
46+ <artifactId >junit-jupiter</artifactId >
47+ <version >5.11.4</version >
5748 <scope >test</scope >
5849 </dependency >
5950 <dependency >
6556 <artifactId >gson</artifactId >
6657 <version >2.10.1</version >
6758 </dependency >
68- <dependency >
69- <groupId >org.junit.jupiter</groupId >
70- <artifactId >junit-jupiter-engine</artifactId >
71- <scope >test</scope >
72- </dependency >
73- <dependency >
74- <groupId >org.junit.platform</groupId >
75- <artifactId >junit-platform-commons</artifactId >
76- <version >1.9.2</version >
77- </dependency >
78- <dependency >
79- <groupId >org.junit.platform</groupId >
80- <artifactId >junit-platform-launcher</artifactId >
81- <version >1.9.2</version >
82- <scope >test</scope >
83- </dependency >
8459 <dependency >
8560 <groupId >software.amazon.awssdk</groupId >
8661 <artifactId >iam</artifactId >
You can’t perform that action at this time.
0 commit comments