Skip to content

Commit 6a61174

Browse files
authored
Merge pull request #120 from IABTechLab/wzh-uid2-6486-fix-cve-2025-68973
Wzh uid2 6486 fix CVE 2025 68973
2 parents c94726d + 4894c93 commit 6a61174

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
######################
44
FROM maven:3.9.11-eclipse-temurin-21
55

6+
RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*
7+
68
WORKDIR /app
79

810
COPY ./pom.xml ./pom.xml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<maven.compiler.source>21</maven.compiler.source>
1313
<maven.compiler.target>21</maven.compiler.target>
1414
<vertx.version>4.5.21</vertx.version>
15-
<uid2-shared.version>11.1.13</uid2-shared.version>
15+
<uid2-shared.version>11.4.0</uid2-shared.version>
1616
</properties>
1717

1818
<repositories>

0 commit comments

Comments
 (0)