This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 248eea6f68 [UPGRADE] bouncycastle 1.81 -> 1.82
248eea6f68 is described below
commit 248eea6f68e63d22dab091d43aede27ada7452be
Author: Quan Tran <[email protected]>
AuthorDate: Wed Oct 1 14:29:27 2025 +0700
[UPGRADE] bouncycastle 1.81 -> 1.82
Currently, with the bouncycastle 1.81 version, CI builds fail:
```
Caused by:
org.apache.maven.artifact.versioning.OverConstrainedVersionException: No
versions are present in the repository for the artifact with a range [1.81,1.82)
org.bouncycastle:bcutil-jdk18on:jar:null
```
When getting the transitive dependency `bcutil-jdk18on` with [1.81,1.82).
Hopefully, the bouncycastle 1.82 version with declaring fixed version 1.82
for the transitive `bcutil-jdk18on` dependency can improve the failing CI
builds situation.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8ad2a8dc7e..7afecdea53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -678,7 +678,7 @@
<io.micrometer.core.version>1.15.1</io.micrometer.core.version>
<io.micrometer.tracing.version>1.5.1</io.micrometer.tracing.version>
- <bouncycastle.version>1.81</bouncycastle.version>
+ <bouncycastle.version>1.82</bouncycastle.version>
<scala.base>2.13</scala.base>
<scala.version>${scala.base}.16</scala.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]