Skip to content

Commit

Permalink
Merge pull request #294 from OpenConext/feature/upgrade-azure-dependency
Browse files Browse the repository at this point in the history
Upgrade azure-identity to latest non-beta version
  • Loading branch information
oharsta authored Sep 7, 2024
2 parents a10f330 + 89f3e56 commit 784e473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.12.2</version>
<version>1.13.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
Expand Down

0 comments on commit 784e473

Please sign in to comment.