Skip to content

Commit 4b5a7f9

Browse files
helenKaryamsettyKA40094929
andauthored
updated jackson dependency (#94)
* fix(bug): isNewAbha null issue * fix: coderabbit suggestions * fix: updated ci properties for prod * fix: updated ci properties for abdm * fix: updated fasterxml jackson dependency to fix scheduler issue * fix: updated jackson version * fix: removed versioning for jackson * fix: Update pom.xml * fix: modified jackson version for java 8 times --------- Co-authored-by: KA40094929 <KA40094929@APL-5CD1394ZJT>
1 parent 9a3ce46 commit 4b5a7f9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@
156156
<version>2.3.0</version>
157157
</dependency>
158158

159+
<dependency>
160+
<groupId>com.fasterxml.jackson.datatype</groupId>
161+
<artifactId>jackson-datatype-jsr310</artifactId>
162+
<version>2.17.0</version>
163+
</dependency>
164+
159165
<dependency>
160166
<groupId>com.fasterxml.jackson.datatype</groupId>
161167
<artifactId>jackson-datatype-joda</artifactId>

0 commit comments

Comments
 (0)