Skip to content

Commit 0764b7c

Browse files
authored
Update TestNG (#228)
The used version triggers vulnerability, but the dependency is here only as optional to provide support for tests by using TestNG annotations.
1 parent 5de9051 commit 0764b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
<dependency>
270270
<groupId>org.testng</groupId>
271271
<artifactId>testng</artifactId>
272-
<version>6.14.3</version>
272+
<version>7.5.1</version>
273273
</dependency>
274274
<dependency>
275275
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)