Skip to content

Commit

Permalink
Bump com.azure:azure-storage-queue from 12.17.1 to 12.19.0 in /backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and alismx committed Oct 16, 2023
1 parent 01266b8 commit bba81b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
10 changes: 5 additions & 5 deletions backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bba81b8

Please sign in to comment.