1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

Bump gradle wrapper to 6.0.1

This commit is contained in:
Paul Schaub 2020-01-09 19:05:22 +01:00
parent e09e580214
commit 8db9450304
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 8 additions and 7 deletions

View file

@ -1,12 +1,12 @@
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.12'
/*
compile "org.bouncycastle:bcprov-debug-jdk15on:$bouncyCastleVersion"
implementation "org.bouncycastle:bcprov-debug-jdk15on:$bouncyCastleVersion"
/*/
compile "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
implementation "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
//*/
compile "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion"
implementation "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion"
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
}