|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
2 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 | <groupId>com.saasquatch</groupId> |
5 | 6 | <artifactId>apache-client5-reactive</artifactId> |
6 | | - <version>0.0.5-SNAPSHOT</version> |
| 7 | + <version>0.0.6-SNAPSHOT</version> |
7 | 8 | <packaging>jar</packaging> |
8 | 9 |
|
9 | 10 | <name>apache-client5-reactive</name> |
|
19 | 20 |
|
20 | 21 | <properties> |
21 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
22 | | - <junit.version>5.8.1</junit.version> |
| 23 | + <junit.version>5.9.1</junit.version> |
23 | 24 | </properties> |
24 | 25 |
|
25 | 26 | <dependencies> |
|
38 | 39 | <dependency> |
39 | 40 | <groupId>org.apache.httpcomponents.client5</groupId> |
40 | 41 | <artifactId>httpclient5</artifactId> |
41 | | - <version>5.1.2</version> |
| 42 | + <version>5.2.1</version> |
42 | 43 | </dependency> |
43 | 44 | <dependency> |
44 | 45 | <groupId>org.apache.httpcomponents.core5</groupId> |
45 | 46 | <artifactId>httpcore5-reactive</artifactId> |
46 | | - <version>5.1.1</version> |
| 47 | + <version>5.2</version> |
47 | 48 | </dependency> |
48 | 49 | <dependency> |
49 | 50 | <groupId>io.reactivex.rxjava3</groupId> |
50 | 51 | <artifactId>rxjava</artifactId> |
51 | | - <version>3.1.2</version> |
| 52 | + <version>3.1.5</version> |
52 | 53 | </dependency> |
53 | 54 | <dependency> |
54 | 55 | <groupId>com.google.code.findbugs</groupId> |
|
58 | 59 | <dependency> |
59 | 60 | <groupId>org.slf4j</groupId> |
60 | 61 | <artifactId>slf4j-simple</artifactId> |
61 | | - <version>1.7.32</version> |
| 62 | + <version>2.0.5</version> |
62 | 63 | <scope>test</scope> |
63 | 64 | </dependency> |
64 | 65 | </dependencies> |
|
0 commit comments