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

Commit a83dc4e

Browse files
Updater BotDoccrazy
Updater Bot
authored andcommitted
Update to Keycloak 6.0.1
1 parent 0d6c6db commit a83dc4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- docker
1414

1515
env:
16-
- KEYCLOAK_VERSION=6.0.0
16+
- KEYCLOAK_VERSION=6.0.1
1717

1818
before_install:
1919
- if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then docker pull quay.io/keycloak/keycloak:$KEYCLOAK_VERSION; fi

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.keycloak</groupId>
2424
<artifactId>keycloak-protocol-cas</artifactId>
25-
<version>6.0.0</version>
25+
<version>6.0.1</version>
2626
<name>Keycloak CAS Protocol</name>
2727
<description />
2828

0 commit comments

Comments
 (0)