Skip to content

Commit 45b08c5

Browse files
committed
Dependency version bump
1 parent 71db389 commit 45b08c5

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
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.5</version>
104+
<version>0.0.6</version>
105105
</dependency>
106106
```
107107

108108
Gradle
109109

110110
```gradle
111-
implementation 'com.github.saasquatch:apache-client5-reactive:0.0.5'
111+
implementation 'com.github.saasquatch:apache-client5-reactive:0.0.6'
112112
```
113113

114114
## License

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<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">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>com.saasquatch</groupId>
56
<artifactId>apache-client5-reactive</artifactId>
6-
<version>0.0.5-SNAPSHOT</version>
7+
<version>0.0.6-SNAPSHOT</version>
78
<packaging>jar</packaging>
89

910
<name>apache-client5-reactive</name>
@@ -19,7 +20,7 @@
1920

2021
<properties>
2122
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22-
<junit.version>5.8.1</junit.version>
23+
<junit.version>5.9.1</junit.version>
2324
</properties>
2425

2526
<dependencies>
@@ -38,17 +39,17 @@
3839
<dependency>
3940
<groupId>org.apache.httpcomponents.client5</groupId>
4041
<artifactId>httpclient5</artifactId>
41-
<version>5.1.2</version>
42+
<version>5.2.1</version>
4243
</dependency>
4344
<dependency>
4445
<groupId>org.apache.httpcomponents.core5</groupId>
4546
<artifactId>httpcore5-reactive</artifactId>
46-
<version>5.1.1</version>
47+
<version>5.2</version>
4748
</dependency>
4849
<dependency>
4950
<groupId>io.reactivex.rxjava3</groupId>
5051
<artifactId>rxjava</artifactId>
51-
<version>3.1.2</version>
52+
<version>3.1.5</version>
5253
</dependency>
5354
<dependency>
5455
<groupId>com.google.code.findbugs</groupId>
@@ -58,7 +59,7 @@
5859
<dependency>
5960
<groupId>org.slf4j</groupId>
6061
<artifactId>slf4j-simple</artifactId>
61-
<version>1.7.32</version>
62+
<version>2.0.5</version>
6263
<scope>test</scope>
6364
</dependency>
6465
</dependencies>

0 commit comments

Comments
 (0)