|
44 | 44 | <dependency> |
45 | 45 | <groupId>org.apache.httpcomponents</groupId> |
46 | 46 | <artifactId>httpclient</artifactId> |
47 | | - <version>4.5.3</version> |
| 47 | + <version>4.5.4</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>com.fasterxml.jackson.core</groupId> |
51 | 51 | <artifactId>jackson-databind</artifactId> |
52 | | - <version>2.9.2</version> |
| 52 | + <version>2.9.3</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>com.fasterxml.jackson.core</groupId> |
56 | 56 | <artifactId>jackson-core</artifactId> |
57 | | - <version>2.9.2</version> |
| 57 | + <version>2.9.3</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>com.fasterxml.jackson.core</groupId> |
61 | 61 | <artifactId>jackson-annotations</artifactId> |
62 | | - <version>2.9.2</version> |
| 62 | + <version>2.9.3</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>junit</groupId> |
|
70 | 70 | <dependency> |
71 | 71 | <groupId>com.github.tomakehurst</groupId> |
72 | 72 | <artifactId>wiremock</artifactId> |
73 | | - <version>2.10.1</version> |
| 73 | + <version>2.14.0</version> |
74 | 74 | <scope>test</scope> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
|
88 | 88 | <dependency> |
89 | 89 | <groupId>com.fasterxml.jackson.jr</groupId> |
90 | 90 | <artifactId>jackson-jr-objects</artifactId> |
91 | | - <version>2.9.2</version> |
| 91 | + <version>2.9.3</version> |
92 | 92 | <scope>test</scope> |
93 | 93 | </dependency> |
94 | 94 | <dependency> |
95 | 95 | <groupId>pl.pragmatists</groupId> |
96 | 96 | <artifactId>JUnitParams</artifactId> |
97 | | - <version>1.1.0</version> |
| 97 | + <version>1.1.1</version> |
98 | 98 | <scope>test</scope> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
|
0 commit comments