This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch update_bc in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit b545695fa9ad760d9bb2af77cc67f61be048ef25 Author: HTHou <[email protected]> AuthorDate: Mon Aug 18 15:21:04 2025 +0800 dev --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b58f90db5d4..8532fc9f3bf 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,7 @@ <argLine/> <awaitility.version>4.2.0</awaitility.version> <boost.include.dir/> + <bouncycastle.version>1.79</bouncycastle.version> <!-- This was the last version to support Java 8 --> <caffeine.version>2.9.3</caffeine.version> <cglib.version>3.3.0</cglib.version> @@ -311,7 +312,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.78</version> + <version>${bouncycastle.version}</version> </dependency> <dependency> <groupId>commons-io</groupId>
