|
@@ -4,15 +4,14 @@ plugins {
|
|
|
}
|
|
|
|
|
|
ext {
|
|
|
- gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/1.3.19/gradle"
|
|
|
+ gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/1.3.20/gradle"
|
|
|
|
|
|
- hexagonVersion = "1.3.19"
|
|
|
- hikariVersion = "4.0.3"
|
|
|
- jettyVersion = "10.0.5"
|
|
|
- postgresqlVersion = "42.2.21"
|
|
|
- testcontainersVersion = "1.15.3"
|
|
|
+ hexagonVersion = "1.3.20"
|
|
|
+ hikariVersion = "3.4.5" // TODO Check also with 5.0.0
|
|
|
+ jettyVersion = "10.0.6"
|
|
|
+ postgresqlVersion = "42.2.23"
|
|
|
cache2kVersion = "2.0.0.Final"
|
|
|
- jacksonBlackbirdVersion = "2.12.3"
|
|
|
+ jacksonBlackbirdVersion = "2.12.4"
|
|
|
}
|
|
|
|
|
|
apply(from: "$gradleScripts/kotlin.gradle")
|
|
@@ -46,7 +45,4 @@ dependencies {
|
|
|
|
|
|
// providedCompile excludes the dependency only in the WAR, not in the distribution
|
|
|
providedCompile("org.eclipse.jetty:jetty-webapp:$jettyVersion") { exclude module: "slf4j-api" }
|
|
|
-
|
|
|
- testImplementation("com.hexagonkt:http_client_ahc:$hexagonVersion")
|
|
|
- testImplementation("org.testcontainers:junit-jupiter:$testcontainersVersion")
|
|
|
}
|