|
42 | 42 | <dependency> |
43 | 43 | <groupId>com.fasterxml.jackson.core</groupId> |
44 | 44 | <artifactId>jackson-core</artifactId> |
45 | | - <version>2.9.2</version> |
| 45 | + <version>2.9.3</version> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>com.fasterxml.jackson.core</groupId> |
49 | 49 | <artifactId>jackson-databind</artifactId> |
50 | | - <version>2.9.2</version> |
| 50 | + <version>2.9.3</version> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>com.fasterxml.jackson.core</groupId> |
54 | 54 | <artifactId>jackson-annotations</artifactId> |
55 | | - <version>2.9.2</version> |
| 55 | + <version>2.9.3</version> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>com.maxmind.geoip2</groupId> |
59 | 59 | <artifactId>geoip2</artifactId> |
60 | | - <version>2.10.0</version> |
| 60 | + <version>2.11.0</version> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>org.apache.httpcomponents</groupId> |
64 | 64 | <artifactId>httpclient</artifactId> |
65 | | - <version>4.5.3</version> |
| 65 | + <version>4.5.4</version> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>commons-validator</groupId> |
|
78 | 78 | <dependency> |
79 | 79 | <groupId>com.github.tomakehurst</groupId> |
80 | 80 | <artifactId>wiremock</artifactId> |
81 | | - <version>2.10.1</version> |
| 81 | + <version>2.14.0</version> |
82 | 82 | <scope>test</scope> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
|
96 | 96 | <dependency> |
97 | 97 | <groupId>com.fasterxml.jackson.jr</groupId> |
98 | 98 | <artifactId>jackson-jr-objects</artifactId> |
99 | | - <version>2.9.2</version> |
| 99 | + <version>2.9.3</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.1.0</version> |
| 105 | + <version>1.1.1</version> |
106 | 106 | <scope>test</scope> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
|
0 commit comments