|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>com.saasquatch</groupId>
|
5 | 5 | <artifactId>apache-client5-reactive</artifactId>
|
6 |
| - <version>0.0.2-SNAPSHOT</version> |
| 6 | + <version>0.0.3-SNAPSHOT</version> |
7 | 7 | <packaging>jar</packaging>
|
8 | 8 |
|
9 | 9 | <name>apache-client5-reactive</name>
|
|
19 | 19 |
|
20 | 20 | <properties>
|
21 | 21 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
22 |
| - <junit.version>5.6.2</junit.version> |
| 22 | + <junit.version>5.7.0</junit.version> |
23 | 23 | </properties>
|
24 | 24 |
|
25 | 25 | <dependencies>
|
|
38 | 38 | <dependency>
|
39 | 39 | <groupId>org.apache.httpcomponents.client5</groupId>
|
40 | 40 | <artifactId>httpclient5</artifactId>
|
41 |
| - <version>5.0.1</version> |
| 41 | + <version>5.0.3</version> |
42 | 42 | </dependency>
|
43 | 43 | <dependency>
|
44 | 44 | <groupId>org.apache.httpcomponents.core5</groupId>
|
45 | 45 | <artifactId>httpcore5-reactive</artifactId>
|
46 |
| - <version>5.0.1</version> |
| 46 | + <version>5.0.2</version> |
47 | 47 | </dependency>
|
48 | 48 | <dependency>
|
49 | 49 | <groupId>io.reactivex.rxjava3</groupId>
|
50 | 50 | <artifactId>rxjava</artifactId>
|
51 |
| - <version>3.0.4</version> |
| 51 | + <version>3.0.7</version> |
52 | 52 | </dependency>
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>com.google.code.findbugs</groupId>
|
|
106 | 106 | <plugin>
|
107 | 107 | <groupId>org.apache.maven.plugins</groupId>
|
108 | 108 | <artifactId>maven-surefire-plugin</artifactId>
|
109 |
| - <version>3.0.0-M4</version> |
| 109 | + <version>3.0.0-M5</version> |
110 | 110 | </plugin>
|
111 | 111 | </plugins>
|
112 | 112 | </build>
|
|
0 commit comments