|
149 | 149 |
|
150 | 150 | <dependencies> |
151 | 151 | <dependency> |
152 | | - <groupId>org.codehaus.jackson</groupId> |
153 | | - <artifactId>jackson-mapper-asl</artifactId> |
154 | | - <version>1.9.13</version> |
| 152 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 153 | + <artifactId>jackson-databind</artifactId> |
| 154 | + <version>2.13.1</version> |
155 | 155 | </dependency> |
156 | 156 | <dependency> |
157 | 157 | <groupId>junit</groupId> |
158 | 158 | <artifactId>junit</artifactId> |
159 | | - <version>4.11</version> |
| 159 | + <version>4.13.2</version> |
160 | 160 | <scope>test</scope> |
161 | 161 | </dependency> |
162 | 162 | <dependency> |
163 | 163 | <groupId>com.fasterxml.jackson.core</groupId> |
164 | 164 | <artifactId>jackson-annotations</artifactId> |
165 | | - <version>2.6.5</version> |
| 165 | + <version>2.13.1</version> |
166 | 166 | </dependency> |
167 | 167 | <dependency> |
168 | 168 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
169 | 169 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
170 | | - <version>2.6.5</version> |
| 170 | + <version>2.13.1</version> |
171 | 171 | </dependency> |
172 | 172 | <dependency> |
173 | 173 | <groupId>org.assertj</groupId> |
174 | 174 | <artifactId>assertj-core</artifactId> |
175 | | - <version>3.0.0</version> |
| 175 | + <version>3.22.0</version> |
176 | 176 | </dependency> |
177 | 177 | <dependency> |
178 | 178 | <groupId>org.springframework</groupId> |
179 | 179 | <artifactId>spring-web</artifactId> |
180 | | - <version>4.1.7.RELEASE</version> |
| 180 | + <version>5.3.15</version> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
183 | 183 | <groupId>com.google.guava</groupId> |
184 | 184 | <artifactId>guava</artifactId> |
185 | | - <version>18.0</version> |
| 185 | + <version>31.0.1-jre</version> |
186 | 186 | </dependency> |
187 | 187 | <dependency> |
188 | 188 | <groupId>org.slf4j</groupId> |
189 | 189 | <artifactId>slf4j-api</artifactId> |
190 | | - <version>1.7.12</version> |
| 190 | + <version>1.7.36</version> |
191 | 191 | </dependency> |
192 | 192 | <dependency> |
193 | 193 | <groupId>ch.qos.logback</groupId> |
194 | 194 | <artifactId>logback-classic</artifactId> |
195 | | - <version>1.1.3</version> |
| 195 | + <version>1.2.10</version> |
196 | 196 | </dependency> |
197 | 197 | <dependency> |
198 | 198 | <groupId>org.yaml</groupId> |
199 | 199 | <artifactId>snakeyaml</artifactId> |
200 | | - <version>1.15</version> |
| 200 | + <version>1.29</version> |
201 | 201 | </dependency> |
202 | 202 | <dependency> |
203 | 203 | <groupId>com.github.tomakehurst</groupId> |
204 | 204 | <artifactId>wiremock</artifactId> |
205 | | - <version>1.55</version> |
| 205 | + <version>2.27.2</version> |
206 | 206 | <scope>test</scope> |
207 | 207 | </dependency> |
208 | 208 | <dependency> |
|
213 | 213 | <dependency> |
214 | 214 | <groupId>com.google.code.findbugs</groupId> |
215 | 215 | <artifactId>jsr305</artifactId> |
216 | | - <version>3.0.1</version> |
| 216 | + <version>3.0.2</version> |
217 | 217 | </dependency> |
218 | 218 | <dependency> |
219 | 219 | <groupId>org.testcontainers</groupId> |
220 | 220 | <artifactId>testcontainers</artifactId> |
221 | | - <version>1.7.3</version> |
| 221 | + <version>1.16.3</version> |
222 | 222 | <scope>test</scope> |
223 | 223 | </dependency> |
224 | 224 | <dependency> |
|
0 commit comments