We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1006a commit bd08f87Copy full SHA for bd08f87
pom.xml
@@ -10,6 +10,7 @@
10
<maven.compiler.target>17</maven.compiler.target>
11
12
<!-- Alphabetically sorted -->
13
+ <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
14
<commons.lang3.version>3.17.0</commons.lang3.version>
15
<error-prone.version>2.36.0</error-prone.version>
16
<jakarta-xml.version>4.0.2</jakarta-xml.version>
@@ -132,7 +133,7 @@
132
133
<dependency>
134
<groupId>org.bouncycastle</groupId>
135
<artifactId>bcprov-jdk15on</artifactId>
- <version>1.64</version>
136
+ <version>${bcprov-jdk15on.version}</version>
137
</dependency>
138
139
<groupId>org.osgi</groupId>
0 commit comments