diff --git a/build.gradle.kts b/build.gradle.kts index 6dc21fb..34d05cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,18 +1,18 @@ import com.jfrog.bintray.gradle.BintrayExtension -import com.jfrog.bintray.gradle.tasks.BintrayUploadTask import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.gradle.api.plugins.ExtensionAware import org.gradle.api.tasks.bundling.Jar plugins { base - kotlin("jvm") version "1.3.11" apply false + kotlin("jvm") version "1.3.21" apply false id("com.jfrog.bintray") version "1.8.4" apply false + id("com.github.ben-manes.versions") version "0.20.0" `maven-publish` } group = "net.paslavsky" -version = "1.1.1" +version = "1.1.2" val ktor_version: String by project @@ -27,7 +27,7 @@ subprojects { } group = "net.paslavsky" - version = "1.1.1" + version = "1.1.2" repositories { mavenCentral() @@ -43,6 +43,7 @@ subprojects { fun compile(dependencyNotation: Any) = this.add("compile", dependencyNotation) compile(kotlin("stdlib-jdk8")) + compile(kotlin("reflect")) compile("io.ktor:ktor-server-core:$ktor_version") } @@ -81,5 +82,5 @@ subprojects { } tasks.wrapper { - gradleVersion = "5.1" + gradleVersion = "5.2.1" } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 12578c1..af51cf7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style=official -ktor_version=1.1.1 \ No newline at end of file +ktor_version=1.1.2 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6b3851a..44e7c4d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/ktor-consul/gradle.properties b/ktor-consul/gradle.properties index 1a42ec5..eab8eb3 100644 --- a/ktor-consul/gradle.properties +++ b/ktor-consul/gradle.properties @@ -1 +1 @@ -consul_version=1.3.0 \ No newline at end of file +consul_version=1.3.1 \ No newline at end of file diff --git a/ktor-exposed/gradle.properties b/ktor-exposed/gradle.properties index a15be85..5752177 100644 --- a/ktor-exposed/gradle.properties +++ b/ktor-exposed/gradle.properties @@ -1 +1 @@ -exposed_version=0.11.2 \ No newline at end of file +exposed_version=0.12.2 \ No newline at end of file diff --git a/ktor-sql/gradle.properties b/ktor-sql/gradle.properties index bbfcecc..480c881 100644 --- a/ktor-sql/gradle.properties +++ b/ktor-sql/gradle.properties @@ -1 +1 @@ -hikaricp_version=3.2.0 \ No newline at end of file +hikaricp_version=3.3.1 \ No newline at end of file