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:
parent
5c60d35be4
commit
9686693aa6
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user