From 45a56aeab09282b550ef5c70ba4a24359e6b4820 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 12 May 2020 16:27:53 +0200 Subject: [PATCH] update version --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c93a31b..4fc8efb 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ compileJava.options.encoding = 'UTF-8' mainClassName = 'fr.slixe.benchmarks.Main' group 'fr.slixe' -version '1.0.0' +version '1.1.0' sourceCompatibility = 1.8 targetCompatibility = 1.8 @@ -41,7 +41,7 @@ dependencies { 'com.auth0:java-jwt:3.10.2' ) - implementation('fr.litarvan.paladin:paladin-framework:1.1.0') { + implementation('fr.litarvan.paladin:paladin-framework:1.2.0') { exclude group: 'org.apache.httpcomponents', module: 'httpcore-nio' exclude group: 'org.apache.logging.log4j', module: 'log4j-core' }