Skip to content

Commit 0b60696

Browse files
authored
Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
1 parent ac82e28 commit 0b60696

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ configurations {
7474
all {
7575
resolutionStrategy {
7676
force "commons-beanutils:commons-beanutils:1.11.0"
77+
force "org.bouncycastle:bcpkix-jdk18on:1.84"
78+
force "org.bouncycastle:bcpg-jdk18on:1.84"
79+
force "org.bouncycastle:bcprov-jdk18on:1.84"
80+
force "org.bouncycastle:bcutil-jdk18on:1.84"
7781
}
7882
}
7983
ktlint {

0 commit comments

Comments
 (0)