|
4 | 4 |
|
5 | 5 | <groupId>com.huaweicloud</groupId> |
6 | 6 | <artifactId>esdk-obs-java</artifactId> |
7 | | - <version>3.22.3</version> |
| 7 | + <version>3.22.12</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <name>OBS SDK for Java</name> |
|
29 | 29 | <dependency> |
30 | 30 | <groupId>com.squareup.okhttp3</groupId> |
31 | 31 | <artifactId>okhttp</artifactId> |
32 | | - <version>4.9.3</version> |
| 32 | + <version>4.10.0</version> |
33 | 33 | </dependency> |
34 | 34 | <dependency> |
35 | 35 | <groupId>com.squareup.okio</groupId> |
|
40 | 40 | <dependency> |
41 | 41 | <groupId>com.fasterxml.jackson.core</groupId> |
42 | 42 | <artifactId>jackson-core</artifactId> |
43 | | - <version>2.13.0</version> |
| 43 | + <version>2.13.3</version> |
44 | 44 | </dependency> |
45 | 45 | <dependency> |
46 | 46 | <groupId>com.fasterxml.jackson.core</groupId> |
47 | 47 | <artifactId>jackson-databind</artifactId> |
48 | | - <version>2.13.0</version> |
| 48 | + <version>2.13.4.1</version> |
49 | 49 | </dependency> |
50 | 50 | <dependency> |
51 | 51 | <groupId>com.fasterxml.jackson.core</groupId> |
52 | 52 | <artifactId>jackson-annotations</artifactId> |
53 | | - <version>2.13.0</version> |
| 53 | + <version>2.13.3</version> |
54 | 54 | </dependency> |
55 | 55 |
|
56 | 56 | <dependency> |
57 | 57 | <groupId>org.apache.logging.log4j</groupId> |
58 | 58 | <artifactId>log4j-core</artifactId> |
59 | | - <version>2.17.1</version> |
| 59 | + <version>2.18.0</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>org.apache.logging.log4j</groupId> |
63 | 63 | <artifactId>log4j-api</artifactId> |
64 | | - <version>2.17.1</version> |
| 64 | + <version>2.18.0</version> |
65 | 65 | </dependency> |
66 | 66 |
|
67 | 67 |
|
|
0 commit comments