|
42 | 42 | <dependency> |
43 | 43 | <groupId>com.fasterxml.jackson.core</groupId> |
44 | 44 | <artifactId>jackson-core</artifactId> |
45 | | - <version>2.8.5</version> |
| 45 | + <version>2.8.7</version> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>com.fasterxml.jackson.core</groupId> |
49 | 49 | <artifactId>jackson-databind</artifactId> |
50 | | - <version>2.8.5</version> |
| 50 | + <version>2.8.7</version> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>com.fasterxml.jackson.core</groupId> |
54 | 54 | <artifactId>jackson-annotations</artifactId> |
55 | | - <version>2.8.5</version> |
| 55 | + <version>2.8.7</version> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>com.maxmind.geoip2</groupId> |
59 | 59 | <artifactId>geoip2</artifactId> |
60 | | - <version>2.8.0</version> |
| 60 | + <version>2.8.1</version> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>org.apache.httpcomponents</groupId> |
64 | 64 | <artifactId>httpclient</artifactId> |
65 | | - <version>4.5.2</version> |
| 65 | + <version>4.5.3</version> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>commons-validator</groupId> |
69 | 69 | <artifactId>commons-validator</artifactId> |
70 | | - <version>1.5.1</version> |
| 70 | + <version>1.6</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>junit</groupId> |
|
78 | 78 | <dependency> |
79 | 79 | <groupId>com.github.tomakehurst</groupId> |
80 | 80 | <artifactId>wiremock</artifactId> |
81 | | - <version>2.3.1</version> |
| 81 | + <version>2.5.1</version> |
82 | 82 | <scope>test</scope> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
|
90 | 90 | <dependency> |
91 | 91 | <groupId>org.slf4j</groupId> |
92 | 92 | <artifactId>slf4j-simple</artifactId> |
93 | | - <version>1.7.21</version> |
| 93 | + <version>1.7.23</version> |
94 | 94 | <scope>test</scope> |
95 | 95 | </dependency> |
96 | 96 | <dependency> |
97 | 97 | <groupId>com.fasterxml.jackson.jr</groupId> |
98 | 98 | <artifactId>jackson-jr-objects</artifactId> |
99 | | - <version>2.8.5</version> |
| 99 | + <version>2.8.7</version> |
100 | 100 | <scope>test</scope> |
101 | 101 | </dependency> |
102 | 102 | <dependency> |
103 | 103 | <groupId>pl.pragmatists</groupId> |
104 | 104 | <artifactId>JUnitParams</artifactId> |
105 | | - <version>1.0.5</version> |
| 105 | + <version>1.0.6</version> |
106 | 106 | <scope>test</scope> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
109 | 109 | <groupId>com.jcabi</groupId> |
110 | 110 | <artifactId>jcabi-matchers</artifactId> |
111 | | - <version>1.3</version> |
| 111 | + <version>1.4</version> |
112 | 112 | <scope>test</scope> |
113 | 113 | </dependency> |
114 | 114 | </dependencies> |
|
0 commit comments