Skip to content

Commit

Permalink
#ESW-000: Manish : Update keycloak to 16.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish3323 committed Jan 24, 2022
1 parent 0dd7135 commit fbbe3f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case class Settings(
keycloakDirectory: String = System.getProperty("user.home") + "/embedded-keycloak/",
cleanPreviousData: Boolean = true,
alwaysDownload: Boolean = false,
version: String = "15.1.0",
version: String = "16.1.0",
printProcessLogs: Boolean = true
) {
val stdOutLogger: ProcessOutput = if (printProcessLogs) Inherit else Pipe
Expand Down

0 comments on commit fbbe3f8

Please sign in to comment.