Skip to content

Commit

Permalink
Update dependencies (#84)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update pom.xml

change azure identity to non-beta version.

---------

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
dkontyko and actions-user authored Apr 4, 2024
1 parent f6fc48e commit d3f0edf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FunctionApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>6.4.0</version>
<version>6.5.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.11.2</version>
<version>1.11.4</version>
</dependency>

<dependency>
Expand All @@ -47,12 +47,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>


Expand Down

0 comments on commit d3f0edf

Please sign in to comment.