diff --git a/build.gradle b/build.gradle index 8ba9253..97d5238 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { // https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on include 'org.bouncycastle:bcpg-jdk18on:1.77' - //include 'org.bouncycastle:bcprov-jdk18on:1.77' + include "org.bouncycastle:bcutil-jdk18on:1.77" //include 'org.bouncycastle:bcpkix-jdk18on:1.77' include 'org.json:json:20231013' include "net.lingala.zip4j:zip4j:2.11.5" diff --git a/common/build.gradle.kts b/common/build.gradle.kts index d377cb4..c4e6448 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } group = "com.adamcalculator" -version = "1.0.6" +version = "1.0.7" repositories { mavenCentral() @@ -11,7 +11,7 @@ repositories { dependencies { implementation("org.bouncycastle:bcpg-jdk18on:1.77") - //implementation("org.bouncycastle:bcprov-jdk18on:1.77") + implementation("org.bouncycastle:bcutil-jdk18on:1.77") //implementation("org.bouncycastle:bcpkix-jdk18on:1.77") implementation("org.json:json:20231013") diff --git a/gradle.properties b/gradle.properties index a9e4ad1..e57a7cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,6 +12,6 @@ loader_version=0.15.7 fabric_version=0.92.0+1.20.1 # Mod Properties -mod_version=1.0.6-mc1.20.1 +mod_version=1.0.7-mc1.20.1 maven_group=com.adamcalculator archives_base_name=dynamicpack \ No newline at end of file