|
18 | 18 | <dependency> |
19 | 19 | <groupId>com.fasterxml.jackson.core</groupId> |
20 | 20 | <artifactId>jackson-databind</artifactId> |
21 | | - <version>2.18.0</version> |
| 21 | + <version>2.21.2</version> |
22 | 22 | </dependency> |
23 | 23 | <dependency> |
24 | 24 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
25 | 25 | <artifactId>jackson-dataformat-yaml</artifactId> |
26 | | - <version>2.18.0</version> |
| 26 | + <version>2.21.2</version> |
27 | 27 | </dependency> |
28 | 28 | <dependency> |
29 | 29 | <groupId>jakarta.validation</groupId> |
30 | 30 | <artifactId>jakarta.validation-api</artifactId> |
31 | | - <version>3.1.0</version> |
| 31 | + <version>3.1.1</version> |
32 | 32 | </dependency> |
33 | 33 |
|
34 | 34 | <dependency> |
35 | 35 | <groupId>commons-net</groupId> |
36 | 36 | <artifactId>commons-net</artifactId> |
37 | | - <version>3.11.1</version> |
| 37 | + <version>3.13.0</version> |
38 | 38 | </dependency> |
39 | 39 |
|
40 | 40 | <dependency> |
41 | 41 | <groupId>com.konghq</groupId> |
42 | 42 | <artifactId>unirest-java-core</artifactId> |
43 | | - <version>4.4.4</version> |
| 43 | + <version>4.8.1</version> |
44 | 44 | </dependency> |
45 | 45 | <dependency> |
46 | 46 | <groupId>com.konghq</groupId> |
47 | 47 | <artifactId>unirest-modules-gson</artifactId> |
48 | | - <version>4.4.4</version> |
| 48 | + <version>4.8.1</version> |
| 49 | + </dependency> |
| 50 | + |
| 51 | + <dependency> |
| 52 | + <groupId>org.jspecify</groupId> |
| 53 | + <artifactId>jspecify</artifactId> |
| 54 | + <version>1.0.0</version> |
49 | 55 | </dependency> |
50 | 56 |
|
51 | 57 | <dependency> |
52 | 58 | <groupId>com.github.ben-manes.caffeine</groupId> |
53 | 59 | <artifactId>caffeine</artifactId> |
54 | | - <version>3.1.8</version> |
| 60 | + <version>3.2.3</version> |
55 | 61 | </dependency> |
56 | 62 | <dependency> |
57 | 63 | <groupId>redis.clients</groupId> |
58 | 64 | <artifactId>jedis</artifactId> |
59 | | - <version>5.2.0</version> |
| 65 | + <version>7.4.1</version> |
60 | 66 | </dependency> |
61 | 67 |
|
62 | 68 | <dependency> |
|
0 commit comments