Skip to content

Commit 016c840

Browse files
committed
use variable instead of hardcorded version
1 parent 59350ac commit 016c840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>org.bouncycastle</groupId>
5353
<artifactId>bcpkix-jdk15to18</artifactId>
54-
<version>1.78.1</version>
54+
<version>${bouncycastle.version}</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.bouncycastle</groupId>
5858
<artifactId>bcutil-jdk15to18</artifactId>
59-
<version>1.78.1</version>
59+
<version>${bouncycastle.version}</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.micrometer</groupId>

0 commit comments

Comments
 (0)