This is an automated email from the ASF dual-hosted git repository.
hanicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 13a36567d KNOX-3271: Upgrade bouncycastle to 1.79 (#1169)
13a36567d is described below
commit 13a36567d13e76f2b1878b09063aed1650091e03
Author: hanicz <[email protected]>
AuthorDate: Fri Mar 6 10:27:47 2026 +0100
KNOX-3271: Upgrade bouncycastle to 1.79 (#1169)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index db2df1d3e..c76f1251b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,8 +169,8 @@
<asm.version>9.0</asm.version>
<aspectj.version>1.9.6</aspectj.version>
<asynchttpclient.version>4.1.5</asynchttpclient.version>
- <bcprov-jdk18on.version>1.78</bcprov-jdk18on.version>
- <bcpkix-jdk18on.version>1.78.1</bcpkix-jdk18on.version>
+ <bcprov-jdk18on.version>1.79</bcprov-jdk18on.version>
+ <bcpkix-jdk18on.version>1.79</bcpkix-jdk18on.version>
<ben-manes.caffeine.version>2.8.8</ben-manes.caffeine.version>
<buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
<cglib.version>3.3.0</cglib.version>