|
7 | 7 | <parent> |
8 | 8 | <groupId>ml.comet</groupId> |
9 | 9 | <artifactId>comet-java-sdk</artifactId> |
10 | | - <version>1.1.10-SNAPSHOT</version> |
| 10 | + <version>1.1.11-SNAPSHOT</version> |
11 | 11 | </parent> |
12 | 12 |
|
13 | 13 | <dependencyManagement> |
|
37 | 37 | <dependency> |
38 | 38 | <groupId>io.reactivex.rxjava3</groupId> |
39 | 39 | <artifactId>rxjava</artifactId> |
40 | | - <version>3.1.3</version> |
| 40 | + <version>3.1.4</version> |
41 | 41 | </dependency> |
42 | 42 | <dependency> |
43 | 43 | <groupId>org.projectlombok</groupId> |
44 | 44 | <artifactId>lombok</artifactId> |
45 | | - <version>1.18.22</version> |
| 45 | + <version>1.18.24</version> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>org.apache.commons</groupId> |
|
62 | 62 | <dependency> |
63 | 63 | <groupId>com.fasterxml.jackson.core</groupId> |
64 | 64 | <artifactId>jackson-databind</artifactId> |
65 | | - <version>2.13.2</version> |
| 65 | + <version>2.13.2.2</version> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>com.vdurmont</groupId> |
|
72 | 72 | <dependency> |
73 | 73 | <groupId>org.awaitility</groupId> |
74 | 74 | <artifactId>awaitility</artifactId> |
75 | | - <version>4.1.1</version> |
| 75 | + <version>4.2.0</version> |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
78 | 78 | <groupId>org.slf4j</groupId> |
|
94 | 94 | <dependency> |
95 | 95 | <groupId>org.mockito</groupId> |
96 | 96 | <artifactId>mockito-inline</artifactId> |
97 | | - <version>4.3.1</version> |
| 97 | + <version>4.5.1</version> |
98 | 98 | <scope>test</scope> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>com.github.tomakehurst</groupId> |
102 | 102 | <artifactId>wiremock-jre8</artifactId> |
103 | | - <version>2.32.0</version> |
| 103 | + <version>2.33.1</version> |
104 | 104 | <scope>test</scope> |
105 | 105 | </dependency> |
106 | 106 | <dependency> |
|
0 commit comments