Skip to content

Commit 192b95d

Browse files
authored
Merge pull request #566 from AzureAD/SJAIN/fix-jackson-databind-version
Updated jackson-databind version
2 parents a6edfc7 + a602696 commit 192b95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.core</groupId>
5959
<artifactId>jackson-databind</artifactId>
60-
<version>2.14.0-rc1</version>
60+
<version>2.13.4.2</version>
6161
</dependency>
6262

6363
<!-- test dependencies -->

0 commit comments

Comments
 (0)