2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

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

@ -1,4 +1,4 @@
FROM docker.io/library/eclipse-temurin:8-alpine
FROM docker.io/library/eclipse-temurin:11-alpine
ARG CC=gcc
RUN apk update && apk add \

View File

@ -1,4 +1,4 @@
FROM docker.io/library/eclipse-temurin:8-focal
FROM docker.io/library/eclipse-temurin:11-focal
ARG CC=gcc
COPY scripts/ci/apt-install /bin/apt-install

View File

@ -1,4 +1,4 @@
FROM docker.io/library/ibm-semeru-runtimes:open-8-jdk-focal
FROM docker.io/library/ibm-semeru-runtimes:open-11-jdk-focal
ARG CC=gcc
COPY scripts/ci/apt-install /bin/apt-install

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>