Skip to content

Commit

Permalink
Updated all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Nov 30, 2019
1 parent a2bd5e9 commit dbf0e79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions buildSrc/src/main/kotlin/org/ostelco/prime/gradle/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"
}

0 comments on commit dbf0e79

Please sign in to comment.