Skip to content

Commit

Permalink
Updated versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Nov 19, 2019
1 parent 0b47ec0 commit 08fb015
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.50-blue.svg)](http://kotlinlang.org/)
[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.3.60-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.50" apply false
kotlin("jvm") version "1.3.60" 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
16 changes: 8 additions & 8 deletions buildSrc/src/main/kotlin/org/ostelco/prime/gradle/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ object Version {
const val firebase = "6.11.0"

const val googleCloud = "1.91.3"
const val googleCloudDataStore = "1.100.0"
const val googleCloudDataStore = "1.101.0"
const val googleCloudLogging = "0.116.0-alpha"
const val googleCloudPubSub = "1.100.0"
const val googleCloudStorage = "1.100.0"
const val googleCloudPubSub = "1.101.0"
const val googleCloudStorage = "1.101.0"

const val gson = "2.8.6"
const val grpc = "1.25.0"
Expand All @@ -30,10 +30,10 @@ object Version {
// Keeping it version 1.16.1 to be consistent with grpc via PubSub client lib
// Keeping it version 1.16.1 to be consistent with netty via Firebase lib
const val jaxb = "2.3.1"
const val jdbi3 = "3.10.1"
const val jdbi3 = "3.11.1"
const val jjwt = "0.10.7"
const val junit5 = "5.5.2"
const val kotlin = "1.3.50"
const val kotlin = "1.3.60"
const val kotlinXCoroutines = "1.3.2"
const val mockito = "3.1.0"
const val mockitoKotlin = "2.2.0"
Expand All @@ -46,9 +46,9 @@ object Version {
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.3.0"
const val swagger = "2.0.10"
const val swaggerCodegen = "2.4.9"
const val stripe = "15.4.0"
const val swagger = "2.1.0"
const val swaggerCodegen = "2.4.10"
const val testcontainers = "1.12.3"
const val tink = "1.2.2"
const val zxing = "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon May 27 14:33:41 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion prime-customer-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("javax.annotation:javax.annotation-api:${Version.javaxAnnotation}")

// taken from build/swagger-code-java-client/build.gradle
implementation("io.swagger:swagger-annotations:1.5.24")
implementation("io.swagger:swagger-annotations:1.6.0")
implementation("com.google.code.gson:gson:${Version.gson}")
implementation("com.squareup.okhttp:okhttp:2.7.5")
implementation("com.squareup.okhttp:logging-interceptor:2.7.5")
Expand Down

0 comments on commit 08fb015

Please sign in to comment.