diff --git a/README.md b/README.md index f7c9f7870..66bb5439d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.3.60-blue.svg)](http://kotlinlang.org/) +[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.3.61-blue.svg)](http://kotlinlang.org/) [![Prime version](https://img.shields.io/github/tag/ostelco/ostelco-core.svg)](https://github.com/ostelco/ostelco-core/tags) [![GitHub license](https://img.shields.io/github/license/ostelco/ostelco-core.svg)](https://github.com/ostelco/ostelco-core/blob/master/LICENSE) diff --git a/build.gradle.kts b/build.gradle.kts index 1d43ce22f..253f90f17 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("project-report") id("com.github.ben-manes.versions") version "0.27.0" jacoco - kotlin("jvm") version "1.3.60" apply false + kotlin("jvm") version "1.3.61" apply false id("com.google.protobuf") version "0.8.10" apply false id("com.github.johnrengelman.shadow") version "5.2.0" apply false idea diff --git a/buildSrc/src/main/kotlin/org/ostelco/prime/gradle/Version.kt b/buildSrc/src/main/kotlin/org/ostelco/prime/gradle/Version.kt index 138716a32..5d967162f 100644 --- a/buildSrc/src/main/kotlin/org/ostelco/prime/gradle/Version.kt +++ b/buildSrc/src/main/kotlin/org/ostelco/prime/gradle/Version.kt @@ -5,11 +5,11 @@ object Version { const val arrow = "0.8.2" - const val byteBuddy = "1.10.3" + const val byteBuddy = "1.10.4" const val csv = "1.7" const val cxf = "3.3.4" const val dockerComposeJunitRule = "1.3.0" - const val dropwizard = "1.3.16" + const val dropwizard = "1.3.17" const val metrics = "4.1.1" const val firebase = "6.11.0" @@ -33,23 +33,23 @@ object Version { const val jdbi3 = "3.11.1" const val jjwt = "0.10.7" const val junit5 = "5.5.2" - const val kotlin = "1.3.60" - const val kotlinXCoroutines = "1.3.2" - const val mockito = "3.1.0" + const val kotlin = "1.3.61" + const val kotlinXCoroutines = "1.3.2-1.3.60" + const val mockito = "3.2.0" const val mockitoKotlin = "2.2.0" const val neo4jDriver = "1.7.5" - const val neo4j = "3.5.12" + const val neo4j = "3.5.13" const val opencensus = "0.24.0" const val postgresql = "42.2.8" // See comment in ./sim-administration/simmanager/build.gradle const val prometheusDropwizard = "2.2.0" - const val protoc = "3.10.0" + const val protoc = "3.11.0" const val slf4j = "1.7.29" // IMPORTANT: When Stripe SDK library version is updated, check if the Stripe API version has changed. // If so, then update API version in Stripe Web Console for callback Webhooks. - const val stripe = "15.4.0" + const val stripe = "15.7.0" const val swagger = "2.1.0" const val swaggerCodegen = "2.4.10" - const val testcontainers = "1.12.3" + const val testcontainers = "1.12.4" const val tink = "1.2.2" const val zxing = "3.4.0" } \ No newline at end of file