From bd0482fb996ef632f6250d3ead947c660319a5a8 Mon Sep 17 00:00:00 2001 From: Vihang Patil Date: Sun, 3 Nov 2019 21:43:02 +0100 Subject: [PATCH] Updated dependencies --- .../org/ostelco/prime/gradle/Version.kt | 24 +++++++++---------- diameter-ha/build.gradle.kts | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) 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 b9c27fdef..16ea9c955 100644 --- a/buildSrc/src/main/kotlin/org/ostelco/prime/gradle/Version.kt +++ b/buildSrc/src/main/kotlin/org/ostelco/prime/gradle/Version.kt @@ -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" @@ -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" } \ No newline at end of file diff --git a/diameter-ha/build.gradle.kts b/diameter-ha/build.gradle.kts index 105d4934d..d46e7730f 100644 --- a/diameter-ha/build.gradle.kts +++ b/diameter-ha/build.gradle.kts @@ -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")