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 2b22120 commit 45bf0d0Copy full SHA for 45bf0d0
dotenvx-spring-boot/pom.xml
@@ -18,7 +18,6 @@
18
<dependency>
19
<groupId>org.bouncycastle</groupId>
20
<artifactId>bcprov-jdk18on</artifactId>
21
- <version>${bouncycastle.version}</version>
22
</dependency>
23
24
<groupId>org.springframework.boot</groupId>
pom.xml
@@ -60,6 +60,13 @@
60
61
<dependencyManagement>
62
<dependencies>
63
+ <dependency>
64
+ <groupId>org.bouncycastle</groupId>
65
+ <artifactId>bc-jdk18on-bom</artifactId>
66
+ <version>${bouncycastle.version}</version>
67
+ <scope>import</scope>
68
+ <type>pom</type>
69
+ </dependency>
70
71
72
<artifactId>spring-boot-dependencies</artifactId>
0 commit comments