Skip to content

Commit

Permalink
chore: updates dependency versions for custom federation example (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrutsaert authored and mrparkers committed Jun 13, 2019
1 parent cf7bfee commit 050787b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom-user-federation-example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext.kotlinVersion = '1.2.51'
ext.keycloakVersion = '4.2.1.Final'
ext.shadowJarVersion = '2.0.4'
ext.kotlinVersion = '1.3.31'
ext.keycloakVersion = '6.0.1'
ext.shadowJarVersion = '4.0.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit 050787b

Please sign in to comment.