Skip to content

Commit 8296093

Browse files
Update Jackson deps to latest version
1 parent 4311468 commit 8296093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azd/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.hkarthik7</groupId>
88
<artifactId>azd</artifactId>
9-
<version>5.0.12</version>
9+
<version>5.0.13</version>
1010
<packaging>jar</packaging>
1111

1212
<name>azd</name>
@@ -36,17 +36,17 @@
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.core</groupId>
3838
<artifactId>jackson-annotations</artifactId>
39-
<version>2.15.1</version>
39+
<version>2.17.2</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-core</artifactId>
44-
<version>2.15.1</version>
44+
<version>2.17.2</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.fasterxml.jackson.core</groupId>
4848
<artifactId>jackson-databind</artifactId>
49-
<version>2.15.1</version>
49+
<version>2.17.2</version>
5050
</dependency>
5151
</dependencies>
5252

0 commit comments

Comments
 (0)