File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 78
78
<dependency >
79
79
<groupId >org.junit.jupiter</groupId >
80
80
<artifactId >junit-jupiter-api</artifactId >
81
- <version >5.8.2 </version >
81
+ <version >5.9.0 </version >
82
82
<scope >test</scope >
83
83
</dependency >
84
84
97
97
<dependency >
98
98
<groupId >org.testng</groupId >
99
99
<artifactId >testng</artifactId >
100
- <version >RELEASE </version >
100
+ <version >7.6.1 </version >
101
101
<scope >compile</scope >
102
102
</dependency >
103
103
<dependency >
107
107
<scope >compile</scope >
108
108
</dependency >
109
109
110
+ <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
111
+ <dependency >
112
+ <groupId >org.slf4j</groupId >
113
+ <artifactId >slf4j-log4j12</artifactId >
114
+ <version >1.7.21</version >
115
+ <scope >test</scope >
116
+ </dependency >
110
117
118
+ <!-- https://mvnrepository.com/artifact/log4j/log4j -->
119
+ <dependency >
120
+ <groupId >log4j</groupId >
121
+ <artifactId >log4j</artifactId >
122
+ <version >1.2.17</version >
123
+ </dependency >
111
124
</dependencies >
112
125
113
126
</project >
You can’t perform that action at this time.
0 commit comments