Skip to content

Commit 91cc802

Browse files
authored
Merge pull request #163 from companieshouse/feature/feature/JU-89-java-21-migration-fearghus
configuration to allow jacoco report generation and suppression of ne…
2 parents e213f97 + 13dbbec commit 91cc802

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
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>
@@ -344,9 +348,6 @@
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>

suppress.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@
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>

0 commit comments

Comments
 (0)