File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ dependencyResolutionManagement {
25
25
library(" lang.xml" , " com.jongsoft.lang" , " language-fasterxml" ).version(" 1.1.0" )
26
26
library(" otp" , " dev.samstevens.totp" , " totp" ).version(" 1.7.1" )
27
27
library(" camunda" , " org.camunda.bpm" , " camunda-engine" ).version(" 7.20.0" )
28
- library(" bouncy" , " org.bouncycastle" , " bcprov-jdk15on " ).version(" 1.70 " )
29
- library(" bcpkix" , " org.bouncycastle" , " bcpkix-jdk15on " ).version(" 1.70 " )
30
- library(" bcrypt" , " at.favre.lib" , " bcrypt" ).version(" 0.9.0 " )
31
- library(" csv" , " com.opencsv" , " opencsv" ).version(" 5.7.1 " )
28
+ library(" bouncy" , " org.bouncycastle" , " bcprov-jdk18on " ).version(" 1.78.1 " )
29
+ library(" bcpkix" , " org.bouncycastle" , " bcpkix-jdk18on " ).version(" 1.78.1 " )
30
+ library(" bcrypt" , " at.favre.lib" , " bcrypt" ).version(" 0.10.2 " )
31
+ library(" csv" , " com.opencsv" , " opencsv" ).version(" 5.9 " )
32
32
33
33
// testing dependencies
34
34
version(" junit.version" , " 5.10.2" )
You can’t perform that action at this time.
0 commit comments