diff --git a/ansible/roles/apiserver/defaults/main.yml b/ansible/roles/apiserver/defaults/main.yml index 9d63227..76b3823 100644 --- a/ansible/roles/apiserver/defaults/main.yml +++ b/ansible/roles/apiserver/defaults/main.yml @@ -1,4 +1,4 @@ -server_version: 1.4.1 +server_version: 1.4.2 server_url: https://github.com/privacybydesign/irma_api_server/releases/download/v{{ server_version }}/irma_api_server.zip conf_path: /etc/irma_api_server base_install_path: /opt diff --git a/build.gradle b/build.gradle index f2d83b4..4d79072 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'war' apply plugin: 'org.akhikhl.gretty' apply plugin: 'eclipse-wtp' -version = "1.4.1" +version = "1.4.2" import org.gradle.internal.os.OperatingSystem; @@ -30,7 +30,7 @@ repositories { } dependencies { - compile 'org.irmacard.api:irma_api_common:0.9.1' + compile 'org.irmacard.api:irma_api_common:0.9.2' compile 'foundation.privacybydesign.common:irma_server_common:0.3.0' compile 'org.glassfish.jersey.core:jersey-server:2.19'