Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Commit

Permalink
Update to Keycloak 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Updater Bot authored and Doccrazy committed Apr 24, 2019
1 parent 07e3860 commit 0d6c6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- docker

env:
- KEYCLOAK_VERSION=5.0.0
- KEYCLOAK_VERSION=6.0.0

before_install:
- if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then docker pull quay.io/keycloak/keycloak:$KEYCLOAK_VERSION; fi
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
<version>5.0.0</version>
<version>6.0.0</version>
<name>Keycloak CAS Protocol</name>
<description />

Expand Down

0 comments on commit 0d6c6db

Please sign in to comment.