Skip to content

Commit bc77d10

Browse files
committed
Update dependency versions
(merge main -> ce/main 118542) [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 118544]
1 parent 6bb75a2 commit bc77d10

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

prj/coherence-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@
233233
<javax.cache.version>1.1.1</javax.cache.version>
234234
<javax.cache.tck.version>1.1.1</javax.cache.tck.version>
235235
<!-- NOTE: this version should ideally be in sync' with that used by Helidon -->
236-
<jaxb-core.version>4.0.3</jaxb-core.version>
237-
<jaxb-impl.version>4.0.3</jaxb-impl.version>
236+
<jaxb-core.version>4.0.5</jaxb-core.version>
237+
<jaxb-impl.version>4.0.5</jaxb-impl.version>
238238
<!-- NOTE: this version should ideally be in sync' with that used by Helidon
239239
This is not always possible if we need to bump versions for CVE's -->
240240
<jersey.version>3.1.10</jersey.version>

prj/etc/dependency-check-suppression.xml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,30 @@
523523
<cve>CVE-2022-33879</cve>
524524
</suppress>
525525

526-
<!-- Added for poi-ooxml-5.3.0.jar which is a 4th party dependency of
527-
dev.langchain4j:langchain4j-document-parser-apache-tika:jar:1.0.0-beta2
528-
used in examples -->
526+
<!-- Added for bcpkix-jdk18on-1.78.1.jar which is a 4th party dependency of
527+
Helidon which brings in an older version of Lanchain4J
528+
-->
529+
<suppress>
530+
<notes><![CDATA[
531+
file name: bcpkix-jdk18on-1.78.1.jar
532+
]]></notes>
533+
<packageUrl regex="true">^pkg:maven/org\.bouncycastle/bcpkix-jdk18on@.*$</packageUrl>
534+
<vulnerabilityName>CVE-2025-8916</vulnerabilityName>
535+
</suppress>
536+
<!-- Added for tika-core-3.0.0.jar which is a 4th party dependency of
537+
Helidon which brings in an older version of Lanchain4J
538+
-->
539+
<suppress>
540+
<notes><![CDATA[
541+
file name: tika-core-3.0.0.jar
542+
]]></notes>
543+
<packageUrl regex="true">^pkg:maven/org\.apache\.tika/tika-core@.*$</packageUrl>
544+
<cve>CVE-2025-54988</cve>
545+
</suppress>
546+
547+
<!-- Added for poi-ooxml-5.3.0.jar which is a 4th party dependency of
548+
dev.langchain4j:langchain4j-document-parser-apache-tika:jar:1.0.0-beta2
549+
used in examples -->
529550
<suppress>
530551
<notes><![CDATA[
531552
file name: poi-ooxml-5.3.0.jar

0 commit comments

Comments
 (0)