Skip to content

Commit d841c2b

Browse files
Merge pull request #4 from saasquatch/dev
Dev
2 parents 601e4c0 + f6b18e3 commit d841c2b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ Maven
101101
<dependency>
102102
<groupId>com.github.saasquatch</groupId>
103103
<artifactId>apache-client5-reactive</artifactId>
104-
<version>0.0.2</version>
104+
<version>0.0.3</version>
105105
</dependency>
106106
```
107107

108108
Gradle
109109

110110
```gradle
111-
compile 'com.github.saasquatch:apache-client5-reactive:0.0.2'
111+
compile 'com.github.saasquatch:apache-client5-reactive:0.0.3'
112112
```
113113

114114
## License

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.saasquatch</groupId>
55
<artifactId>apache-client5-reactive</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.3-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>apache-client5-reactive</name>
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22-
<junit.version>5.6.2</junit.version>
22+
<junit.version>5.7.0</junit.version>
2323
</properties>
2424

2525
<dependencies>
@@ -38,17 +38,17 @@
3838
<dependency>
3939
<groupId>org.apache.httpcomponents.client5</groupId>
4040
<artifactId>httpclient5</artifactId>
41-
<version>5.0.1</version>
41+
<version>5.0.3</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.httpcomponents.core5</groupId>
4545
<artifactId>httpcore5-reactive</artifactId>
46-
<version>5.0.1</version>
46+
<version>5.0.2</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.reactivex.rxjava3</groupId>
5050
<artifactId>rxjava</artifactId>
51-
<version>3.0.4</version>
51+
<version>3.0.7</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.google.code.findbugs</groupId>
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-surefire-plugin</artifactId>
109-
<version>3.0.0-M4</version>
109+
<version>3.0.0-M5</version>
110110
</plugin>
111111
</plugins>
112112
</build>

0 commit comments

Comments
 (0)