Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 1d47c3a

Browse files
committed
Update POM
1 parent b6d5e28 commit 1d47c3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ It is not intended to be used to build this project.
4646
<dependency>
4747
<groupId>org.springframework</groupId>
4848
<artifactId>spring-web</artifactId>
49-
<version>5.3.9</version>
49+
<version>5.3.18</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-databind</artifactId>
55-
<version>2.11.1</version>
55+
<version>2.12.4</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>
@@ -70,7 +70,7 @@ It is not intended to be used to build this project.
7070
<dependency>
7171
<groupId>org.jdom</groupId>
7272
<artifactId>jdom2</artifactId>
73-
<version>2.0.6</version>
73+
<version>2.0.6.1</version>
7474
<scope>runtime</scope>
7575
</dependency>
7676
<dependency>
@@ -88,7 +88,7 @@ It is not intended to be used to build this project.
8888
<dependency>
8989
<groupId>com.flipkart.zjsonpatch</groupId>
9090
<artifactId>zjsonpatch</artifactId>
91-
<version>0.4.11</version>
91+
<version>0.4.12</version>
9292
<scope>runtime</scope>
9393
<exclusions>
9494
<exclusion>
@@ -112,7 +112,7 @@ It is not intended to be used to build this project.
112112
<dependency>
113113
<groupId>com.sun.xml.bind</groupId>
114114
<artifactId>jaxb-impl</artifactId>
115-
<version>2.3.3</version>
115+
<version>2.3.6</version>
116116
<scope>runtime</scope>
117117
</dependency>
118118
</dependencies>

0 commit comments

Comments
 (0)