|
39 | 39 | <dependency> |
40 | 40 | <groupId>com.fasterxml.jackson.core</groupId> |
41 | 41 | <artifactId>jackson-core</artifactId> |
42 | | - <version>2.14.1</version> |
| 42 | + <version>2.14.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.1</version> |
| 47 | + <version>2.14.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.1</version> |
| 52 | + <version>2.14.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.1</version> |
| 57 | + <version>2.14.2</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>com.maxmind.geoip2</groupId> |
61 | 61 | <artifactId>geoip2</artifactId> |
62 | | - <version>4.0.0</version> |
| 62 | + <version>4.0.1</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>commons-validator</groupId> |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>com.fasterxml.jackson.jr</groupId> |
89 | 89 | <artifactId>jackson-jr-objects</artifactId> |
90 | | - <version>2.14.1</version> |
| 90 | + <version>2.14.2</version> |
91 | 91 | <scope>test</scope> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
|
119 | 119 | <dependency> |
120 | 120 | <groupId>com.puppycrawl.tools</groupId> |
121 | 121 | <artifactId>checkstyle</artifactId> |
122 | | - <version>10.5.0</version> |
| 122 | + <version>10.8.0</version> |
123 | 123 | </dependency> |
124 | 124 | </dependencies> |
125 | 125 | <executions> |
|
0 commit comments