Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Update to Keycloak 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Updater Bot authored and Doccrazy committed Sep 1, 2019
1 parent a83dc4e commit 14da09d
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=6.0.1
- KEYCLOAK_VERSION=7.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>6.0.1</version>
<version>7.0.0</version>
<name>Keycloak CAS Protocol</name>
<description />

Expand Down

0 comments on commit 14da09d

Please sign in to comment.