|
39 | 39 | <dependency> |
40 | 40 | <groupId>com.fasterxml.jackson.core</groupId> |
41 | 41 | <artifactId>jackson-core</artifactId> |
42 | | - <version>2.14.2</version> |
| 42 | + <version>2.15.2</version> |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | 45 | <groupId>com.fasterxml.jackson.core</groupId> |
46 | 46 | <artifactId>jackson-databind</artifactId> |
47 | | - <version>2.14.2</version> |
| 47 | + <version>2.15.2</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>com.fasterxml.jackson.core</groupId> |
51 | 51 | <artifactId>jackson-annotations</artifactId> |
52 | | - <version>2.14.2</version> |
| 52 | + <version>2.15.2</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>com.fasterxml.jackson.datatype</groupId> |
56 | 56 | <artifactId>jackson-datatype-jsr310</artifactId> |
57 | | - <version>2.14.2</version> |
| 57 | + <version>2.15.2</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>com.maxmind.geoip2</groupId> |
|
75 | 75 | <dependency> |
76 | 76 | <groupId>com.github.tomakehurst</groupId> |
77 | 77 | <artifactId>wiremock</artifactId> |
78 | | - <version>2.27.2</version> |
| 78 | + <version>3.0.1</version> |
79 | 79 | <scope>test</scope> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>com.fasterxml.jackson.jr</groupId> |
89 | 89 | <artifactId>jackson-jr-objects</artifactId> |
90 | | - <version>2.14.2</version> |
| 90 | + <version>2.15.2</version> |
91 | 91 | <scope>test</scope> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
|
99 | 99 | <dependency> |
100 | 100 | <groupId>com.jcabi</groupId> |
101 | 101 | <artifactId>jcabi-matchers</artifactId> |
102 | | - <version>1.6.0</version> |
| 102 | + <version>1.7.0</version> |
103 | 103 | <scope>test</scope> |
104 | 104 | </dependency> |
105 | 105 | </dependencies> |
|
119 | 119 | <dependency> |
120 | 120 | <groupId>com.puppycrawl.tools</groupId> |
121 | 121 | <artifactId>checkstyle</artifactId> |
122 | | - <version>10.8.0</version> |
| 122 | + <version>10.12.4</version> |
123 | 123 | </dependency> |
124 | 124 | </dependencies> |
125 | 125 | <executions> |
|
0 commit comments