GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
2
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
mark.george
/
BouncyScrypt
Browse code
Update Bouncy Castle
master
1 parent
76f9a3f
commit
a29aae4fbb4192c86aad6e4f487b28f1844ac922
Mark George
authored
on 6 May
Patch
Showing
1 changed file
build.gradle
Ignore Space
Show notes
View
build.gradle
plugins { id 'java'; } repositories { mavenCentral(); } dependencies { 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'; }
plugins { id 'java' } repositories { mavenCentral() } dependencies { implementation group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.69' testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' }
Show line notes below