diff --git a/build.gradle b/build.gradle index ad78d46..aab0fa7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,15 +1,14 @@ plugins { - id 'java' + id 'java'; } repositories { - mavenCentral() + mavenCentral(); } dependencies { - implementation group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.69' + implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.84'; - testImplementation group: 'junit', name: 'junit', version: '4.13.2' - testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' - + testImplementation group: 'junit', name: 'junit', version: '4.13.2'; + testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'; }