From 512a2375be893490d5ca7d9cb1a5d70e42774d79 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 30 Aug 2018 13:30:05 +0200 Subject: [PATCH] Fix failing JUnit test by bumping PGPainless to 0.0.1-alpha4 --- smack-openpgp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smack-openpgp/build.gradle b/smack-openpgp/build.gradle index c0e1d9fe2..cc15f9beb 100644 --- a/smack-openpgp/build.gradle +++ b/smack-openpgp/build.gradle @@ -12,7 +12,7 @@ dependencies { compile project(':smack-extensions') compile project(':smack-experimental') - compile 'org.pgpainless:pgpainless-core:0.0.1-alpha3' + compile 'org.pgpainless:pgpainless-core:0.0.1-alpha4' testCompile project(path: ":smack-core", configuration: "testRuntime") testCompile project(path: ":smack-core", configuration: "archives")