|
38 | 38 | <dependency>
|
39 | 39 | <groupId>com.fasterxml.jackson.core</groupId>
|
40 | 40 | <artifactId>jackson-annotations</artifactId>
|
41 |
| - <version>2.8.6</version> |
| 41 | + <version>2.10.1</version> |
42 | 42 | </dependency>
|
43 | 43 | <dependency>
|
44 | 44 | <groupId>com.fasterxml.jackson.core</groupId>
|
45 | 45 | <artifactId>jackson-core</artifactId>
|
46 |
| - <version>2.8.6</version> |
| 46 | + <version>2.10.1</version> |
47 | 47 | </dependency>
|
48 | 48 | <dependency>
|
49 | 49 | <groupId>com.fasterxml.jackson.core</groupId>
|
50 | 50 | <artifactId>jackson-databind</artifactId>
|
51 |
| - <version>2.8.6</version> |
| 51 | + <version>2.10.1</version> |
52 | 52 | </dependency>
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>javax.xml.bind</groupId>
|
55 | 55 | <artifactId>jaxb-api</artifactId>
|
56 |
| - <version>2.2.11</version> |
| 56 | + <version>2.3.1</version> |
57 | 57 | </dependency>
|
58 | 58 | <dependency>
|
59 | 59 | <groupId>com.sun.xml.bind</groupId>
|
60 | 60 | <artifactId>jaxb-impl</artifactId>
|
61 |
| - <version>2.2.11</version> |
| 61 | + <version>2.3.6</version> |
62 | 62 | </dependency>
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>com.sun.xml.bind</groupId>
|
65 | 65 | <artifactId>jaxb-core</artifactId>
|
66 |
| - <version>2.2.11</version> |
| 66 | + <version>2.3.0</version> |
67 | 67 | </dependency>
|
68 | 68 | <dependency>
|
69 | 69 | <groupId>org.apache.httpcomponents</groupId>
|
|
73 | 73 | <dependency>
|
74 | 74 | <groupId>commons-io</groupId>
|
75 | 75 | <artifactId>commons-io</artifactId>
|
76 |
| - <version>2.5</version> |
| 76 | + <version>2.11.0</version> |
77 | 77 | </dependency>
|
78 | 78 | <dependency>
|
79 | 79 | <groupId>javax.servlet</groupId>
|
|
84 | 84 | <dependency>
|
85 | 85 | <groupId>junit</groupId>
|
86 | 86 | <artifactId>junit</artifactId>
|
87 |
| - <version>4.11</version> |
| 87 | + <version>4.13.2</version> |
88 | 88 | <scope>test</scope>
|
89 | 89 | </dependency>
|
90 | 90 | </dependencies>
|
|
0 commit comments