From 3a0f767e4a4f9e786a1413a46b7864d217714e74 Mon Sep 17 00:00:00 2001 From: Updater Bot <updater@travis-ci.org> Date: Sun, 06 Jan 2019 09:44:22 +0000 Subject: [PATCH] Update to Keycloak 4.8.2.Final --- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc08718..7bddbf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ - docker env: - - KEYCLOAK_VERSION=4.8.1.Final + - KEYCLOAK_VERSION=4.8.2.Final before_install: - if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then docker pull jboss/keycloak:$KEYCLOAK_VERSION; fi -- Gitblit v1.9.1