Skip to content

Commit 7ab2793

Browse files
committed
dependencies
1 parent 1440a3b commit 7ab2793

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mySpringMvcBook/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
9191
<artifactId>jackson-annotations</artifactId>
92-
<version>2.9.9</version>
92+
<version>2.9.10</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>com.fasterxml.jackson.core</groupId>
9696
<artifactId>jackson-core</artifactId>
97-
<version>2.9.9</version>
97+
<version>2.9.10</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>com.fasterxml.jackson.core</groupId>
101101
<artifactId>jackson-databind</artifactId>
102-
<version>2.9.9</version>
102+
<version>2.9.10</version>
103103
</dependency>
104104

105105

ssm/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,17 @@
139139
<dependency>
140140
<groupId>com.fasterxml.jackson.core</groupId>
141141
<artifactId>jackson-annotations</artifactId>
142-
<version>2.9.9</version>
142+
<version>2.9.10</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>com.fasterxml.jackson.core</groupId>
146146
<artifactId>jackson-core</artifactId>
147-
<version>2.9.9</version>
147+
<version>2.9.10</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>com.fasterxml.jackson.core</groupId>
151151
<artifactId>jackson-databind</artifactId>
152-
<version>2.9.9</version>
152+
<version>2.9.10</version>
153153
</dependency>
154154
<!--文件上传-->
155155
<dependency>

0 commit comments

Comments
 (0)