Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Nov 4, 2019
1 parent 4abaeba commit bd0482f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions buildSrc/src/main/kotlin/org/ostelco/prime/gradle/Version.kt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
package org.ostelco.prime.gradle

object Version {
const val assertJ = "3.13.2"
const val assertJ = "3.14.0"

const val arrow = "0.8.2"

const val byteBuddy = "1.10.2"
const val csv = "1.7"
const val cxf = "3.3.3"
const val cxf = "3.3.4"
const val dockerComposeJunitRule = "1.3.0"
const val dropwizard = "1.3.15"
const val dropwizard = "1.3.16"
const val metrics = "4.1.1"
const val firebase = "6.10.0"
const val firebase = "6.11.0"

const val googleCloud = "1.91.2"
const val googleCloudDataStore = "1.98.0"
const val googleCloud = "1.91.3"
const val googleCloudDataStore = "1.99.0"
const val googleCloudLogging = "0.116.0-alpha"
const val googleCloudPubSub = "1.98.0"
const val googleCloudStorage = "1.98.0"
const val googleCloudPubSub = "1.99.0"
const val googleCloudStorage = "1.99.0"

const val gson = "2.8.6"
const val grpc = "1.24.0"
const val grpc = "1.24.1"
const val guava = "28.1-jre"
const val jackson = "2.10.0"
const val jacksonDatabind = "2.10.0"
Expand All @@ -43,13 +43,13 @@ object Version {
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 slf4j = "1.7.28"
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 = "14.0.1"
const val stripe = "14.4.1"
const val swagger = "2.0.10"
const val swaggerCodegen = "2.4.9"
const val testcontainers = "1.12.2"
const val testcontainers = "1.12.3"
const val tink = "1.2.2"
const val zxing = "3.4.0"
}
2 changes: 1 addition & 1 deletion diameter-ha/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
}
implementation("org.slf4j:log4j-over-slf4j:${Version.slf4j}")

compile("io.lettuce:lettuce-core:5.2.0.RELEASE")
compile("io.lettuce:lettuce-core:5.2.1.RELEASE")

testImplementation(kotlin("test-junit"))
testRuntimeOnly("org.hamcrest:hamcrest-all:1.3")
Expand Down

0 comments on commit bd0482f

Please sign in to comment.