|
17 | 17 | <dependency> |
18 | 18 | <groupId>com.google.guava</groupId> |
19 | 19 | <artifactId>guava</artifactId> |
20 | | - <version>33.2.1-jre</version> |
| 20 | + <version>33.4.8-jre</version> |
21 | 21 | <scope>test</scope> |
22 | 22 | </dependency> |
23 | 23 | <dependency> |
24 | 24 | <groupId>com.fasterxml.jackson.core</groupId> |
25 | 25 | <artifactId>jackson-annotations</artifactId> |
26 | | - <version>2.17.2</version> |
| 26 | + <version>2.19.1</version> |
27 | 27 | </dependency> |
28 | 28 | <dependency> |
29 | 29 | <groupId>com.fasterxml.jackson.core</groupId> |
30 | 30 | <artifactId>jackson-core</artifactId> |
31 | | - <version>2.17.2</version> |
| 31 | + <version>2.19.1</version> |
32 | 32 | </dependency> |
33 | 33 | <dependency> |
34 | 34 | <groupId>com.fasterxml.jackson.core</groupId> |
35 | 35 | <artifactId>jackson-databind</artifactId> |
36 | | - <version>2.17.2</version> |
| 36 | + <version>2.19.1</version> |
37 | 37 | </dependency> |
38 | 38 | <dependency> |
39 | 39 | <groupId>com.fasterxml.jackson.datatype</groupId> |
40 | 40 | <artifactId>jackson-datatype-jdk8</artifactId> |
41 | | - <version>2.17.2</version> |
| 41 | + <version>2.19.1</version> |
42 | 42 | </dependency> |
43 | 43 | <dependency> |
44 | 44 | <groupId>com.fasterxml.jackson.datatype</groupId> |
45 | 45 | <artifactId>jackson-datatype-jsr310</artifactId> |
46 | | - <version>2.17.2</version> |
| 46 | + <version>2.19.1</version> |
47 | 47 | </dependency> |
48 | 48 | <dependency> |
49 | 49 | <groupId>commons-beanutils</groupId> |
|
69 | 69 | <dependency> |
70 | 70 | <groupId>org.slf4j</groupId> |
71 | 71 | <artifactId>slf4j-api</artifactId> |
72 | | - <version>2.0.13</version> |
| 72 | + <version>2.0.17</version> |
73 | 73 | </dependency> |
74 | 74 | <dependency> |
75 | 75 | <groupId>org.slf4j</groupId> |
76 | 76 | <artifactId>slf4j-simple</artifactId> |
77 | | - <version>2.0.13</version> |
| 77 | + <version>2.0.17</version> |
78 | 78 | <scope>test</scope> |
79 | 79 | </dependency> |
80 | 80 | <dependency> |
|
0 commit comments