Skip to content

Commit 0307d58

Browse files
committed
Update pom.xml
1 parent 1a49a7a commit 0307d58

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

pom.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.junit.jupiter</groupId>
8080
<artifactId>junit-jupiter-api</artifactId>
81-
<version>5.8.2</version>
81+
<version>5.9.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484

@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.testng</groupId>
9999
<artifactId>testng</artifactId>
100-
<version>RELEASE</version>
100+
<version>7.6.1</version>
101101
<scope>compile</scope>
102102
</dependency>
103103
<dependency>
@@ -107,7 +107,20 @@
107107
<scope>compile</scope>
108108
</dependency>
109109

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>
110117

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>
111124
</dependencies>
112125

113126
</project>

0 commit comments

Comments
 (0)