Skip to content

Commit

Permalink
feat: User managed identity support added. (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Oct 17, 2024
1 parent 070edeb commit 706c235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dep-sha256.json
Original file line number Diff line number Diff line change
Expand Up @@ -932,11 +932,11 @@
"sha256": "guLvITsgXdkIAiAIe2HVLtIcPe26lw_8Poy49bHSctg="
},
{
"id": "it.pagopa.swclient.mil:azure-services:jar:5.5.0",
"id": "it.pagopa.swclient.mil:azure-services:jar:5.6.0",
"artifactId": "azure-services",
"groupId": "it.pagopa.swclient.mil",
"version": "5.5.0",
"sha256": "WY5QQksothVNOBqqnCAw2jRMjXF1On4_i3eSRKc8gXA="
"version": "5.6.0",
"sha256": "tDbVRzZ_IExGVwqamDbEdKnLdT23Z1Mx6EVyYkaulVw="
},
{
"id": "com.nimbusds:nimbus-jose-jwt:jar:9.40",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<quarkus.platform.version>3.14.1</quarkus.platform.version>
<!-- Other dependecies version -->
<common.version>2.7.0</common.version>
<azure-services.version>5.5.0</azure-services.version>
<azure-services.version>5.6.0</azure-services.version>
<lombok.version>1.18.34</lombok.version>
<otel-exporter-azure.version>3.8.3.1</otel-exporter-azure.version>
<assertj-core.version>3.26.3</assertj-core.version>
Expand Down

0 comments on commit 706c235

Please sign in to comment.