File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 4646 <test-containers .version>1.19.7</test-containers .version>
4747 <!-- Docker -->
4848 <jib-maven-plugin .version>3.4.1</jib-maven-plugin .version>
49+
50+ <argLine >
51+ --add-opens=java.base/java.util=ALL-UNNAMED
52+ </argLine >
4953 </properties >
5054
5155 <dependencyManagement >
344348 <groupId >org.apache.maven.plugins</groupId >
345349 <artifactId >maven-surefire-plugin</artifactId >
346350 <version >${maven-surefire-plugin.version} </version >
347- <configuration >
348- <argLine >--add-opens=java.base/java.util=ALL-UNNAMED</argLine >
349- </configuration >
350351 </plugin >
351352 <plugin >
352353 <groupId >com.google.cloud.tools</groupId >
Original file line number Diff line number Diff line change 66 <packageUrl regex =" true" >^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl >
77 <cve >CVE-2023-35116</cve >
88 </suppress >
9+ <suppress until =" 2024-09-01" >
10+ <notes >
11+ <![CDATA[
12+ File name: kafka-clients-3.6.1.jar
13+ Suppressed as this is a new vulnerability that is still awaiting analysis.
14+ ]]>
15+ </notes >
16+ <
packageUrl regex =
" false" >pkg:maven/org.apache.kafka/
[email protected] </
packageUrl >
17+ <cve >CVE-2024-27309</cve >
18+ </suppress >
919</suppressions >
You can’t perform that action at this time.
0 commit comments