From bba81b86128c831ae859049728e98407c9625230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 16 Oct 2023 16:36:41 +0000 Subject: [PATCH] Bump com.azure:azure-storage-queue from 12.17.1 to 12.19.0 in /backend --- 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 2d3f06ec08..13f0d71c2d 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -104,7 +104,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 e409d790d8..ef2b15a345 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