test/javaTests: update org.testng:testng (Maven)

TestNG is vulnerable to Path Traversal

Fixes https://github.com/checkpoint-restore/criu/security/dependabot/1.

Signed-off-by: Andrei Vagin <avagin@gmail.com>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Andrei Vagin 2022-12-13 09:39:49 -08:00
parent 5c60d35be4
commit 9686693aa6
4 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.3.1</version>
<version>7.7.0</version>
</dependency>
</dependencies>
<properties>