Skip to content

Commit

Permalink
updating pom versions (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontyko authored May 29, 2023
1 parent 08b8793 commit 4ed5fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>5.56.0</version>
<version>5.59.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -47,12 +47,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</dependency>


Expand Down

0 comments on commit 4ed5fa8

Please sign in to comment.