|
42 | 42 | <dependency> |
43 | 43 | <groupId>com.fasterxml.jackson.core</groupId> |
44 | 44 | <artifactId>jackson-core</artifactId> |
45 | | - <version>2.8.7</version> |
| 45 | + <version>2.8.9</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.7</version> |
| 50 | + <version>2.8.9</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.7</version> |
| 55 | + <version>2.8.9</version> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>com.maxmind.geoip2</groupId> |
59 | 59 | <artifactId>geoip2</artifactId> |
60 | | - <version>2.8.1</version> |
| 60 | + <version>2.9.0</version> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>org.apache.httpcomponents</groupId> |
|
78 | 78 | <dependency> |
79 | 79 | <groupId>com.github.tomakehurst</groupId> |
80 | 80 | <artifactId>wiremock</artifactId> |
81 | | - <version>2.5.1</version> |
| 81 | + <version>2.6.0</version> |
82 | 82 | <scope>test</scope> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>org.skyscreamer</groupId> |
86 | 86 | <artifactId>jsonassert</artifactId> |
87 | | - <version>1.4.0</version> |
| 87 | + <version>1.5.0</version> |
88 | 88 | <scope>test</scope> |
89 | 89 | </dependency> |
90 | 90 | <dependency> |
91 | 91 | <groupId>org.slf4j</groupId> |
92 | 92 | <artifactId>slf4j-simple</artifactId> |
93 | | - <version>1.7.23</version> |
| 93 | + <version>1.7.25</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.7</version> |
| 99 | + <version>2.8.9</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.6</version> |
| 105 | + <version>1.1.0</version> |
106 | 106 | <scope>test</scope> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
|
0 commit comments