Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neha2365 authored Jan 8, 2024
1 parent 5d9981a commit 9cd2b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.12.1</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.12.1</version>
<version>${jackson.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9cd2b73

Please sign in to comment.