Skip to content

Commit e103f13

Browse files
committed
fix: upgrade bouncy castle dependency to address security vulnerability CVE-2025-8916
- Upgraded com.ibm.mq:com.ibm.mq.allclient from 9.4.0.5 to 9.4.4.1 - This resolves CVE-2025-8916 in org.bouncycastle:bcprov-jdk18on - Bouncy Castle upgraded from 1.78.1 (vulnerable) to 1.81 (fixed) - All unit tests pass successfully Signed-off-by: Meenu Mariya <meenu.mariya@ibm.com>
1 parent 4ed7f64 commit e103f13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.ibm.mq</groupId>
6565
<artifactId>com.ibm.mq.allclient</artifactId>
66-
<version>9.4.0.5</version>
66+
<version>9.4.4.1</version>
6767
</dependency>
6868

6969
<dependency>

0 commit comments

Comments
 (0)