Skip to content
Snippets Groups Projects
Verified Commit 93a05a2b authored by Ira ¯\_(ツ)_/¯'s avatar Ira ¯\_(ツ)_/¯
Browse files

Update project dependencies

parent 930f6191
No related branches found
No related tags found
No related merge requests found
......@@ -16,15 +16,15 @@ repositories {
}
dependencies {
val bouncyCastleVersion = "1.67"
val keycloakVersion = "11.0.3"
val bouncyCastleVersion = "1.68"
val keycloakVersion = "12.0.1"
val javaxVersion = "2.0.1.Final"
val junitVersion = "4.13.1"
val hamcrestVersion = "2.2"
val restassuredVersion = "4.3.3"
val keycloakMockVersion = "0.6.0"
implementation("org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion")
implementation("io.rest-assured:rest-assured:$restassuredVersion")
compileOnly("org.keycloak:keycloak-core:$keycloakVersion")
compileOnly("org.keycloak:keycloak-server-spi:$keycloakVersion")
......@@ -35,9 +35,6 @@ dependencies {
testImplementation("junit:junit:$junitVersion")
testImplementation("org.hamcrest:hamcrest:$hamcrestVersion")
testImplementation("io.rest-assured:rest-assured:$restassuredVersion")
testImplementation("com.tngtech.keycloakmock:mock-junit:$keycloakMockVersion")
}
tasks {
......@@ -55,12 +52,12 @@ tasks {
}
test {
useJUnit()
useJUnit()
testLogging {
showStandardStreams = true
}
testLogging {
showStandardStreams = true
}
maxHeapSize = "1G"
maxHeapSize = "1G"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment