From f6683ef31b2df547d8e56741f09a27d9ac15cb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:48:36 -0400 Subject: [PATCH] Bump com.azure:azure-storage-queue from 12.17.1 to 12.19.0 in /backend (#6670) Co-authored-by: dependabot[bot] --- backend/build.gradle | 2 +- backend/gradle.lockfile | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 2f2b2a247a..31fee6cdb3 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -103,7 +103,7 @@ dependencies { // graphql-java-extended-scalars implementation 'com.graphql-java:graphql-java-extended-scalars:18.1' - implementation 'com.azure:azure-storage-queue:12.17.1' + implementation 'com.azure:azure-storage-queue:12.19.0' // RandomStringUtils to generate PatientSelfRegistrationLink implementation 'org.apache.commons:commons-lang3:3.12.0' diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index f368e3bfc7..2fe8c22799 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -9,11 +9,11 @@ ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.0.1=compileClasspath,runtimeClasspath ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.0.1=compileClasspath,runtimeClasspath ch.qos.logback:logback-classic:1.2.12=compileClasspath,runtimeClasspath ch.qos.logback:logback-core:1.2.12=compileClasspath,runtimeClasspath -com.azure:azure-core-http-netty:1.13.3=compileClasspath,runtimeClasspath -com.azure:azure-core:1.39.0=compileClasspath,runtimeClasspath -com.azure:azure-json:1.0.1=compileClasspath,runtimeClasspath -com.azure:azure-storage-common:12.21.1=compileClasspath,runtimeClasspath -com.azure:azure-storage-queue:12.17.1=compileClasspath,runtimeClasspath +com.azure:azure-core-http-netty:1.13.7=compileClasspath,runtimeClasspath +com.azure:azure-core:1.43.0=compileClasspath,runtimeClasspath +com.azure:azure-json:1.1.0=compileClasspath,runtimeClasspath +com.azure:azure-storage-common:12.23.0=compileClasspath,runtimeClasspath +com.azure:azure-storage-queue:12.19.0=compileClasspath,runtimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.13.5=compileClasspath,runtimeClasspath com.fasterxml.jackson.core:jackson-core:2.13.5=compileClasspath,runtimeClasspath com.fasterxml.jackson.core:jackson-databind:2.13.5=compileClasspath,runtimeClasspath