Skip to content

Commit

Permalink
Dependency version bump
Browse files Browse the repository at this point in the history
slisaasquatch committed Dec 8, 2022

Verified

This commit was signed with the committer’s verified signature.
Exirel Florian Strzelecki
1 parent 71db389 commit 45b08c5
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -101,14 +101,14 @@ Maven
<dependency>
<groupId>com.github.saasquatch</groupId>
<artifactId>apache-client5-reactive</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
</dependency>
```

Gradle

```gradle
implementation 'com.github.saasquatch:apache-client5-reactive:0.0.5'
implementation 'com.github.saasquatch:apache-client5-reactive:0.0.6'
```

## License
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.saasquatch</groupId>
<artifactId>apache-client5-reactive</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.6-SNAPSHOT</version>
<packaging>jar</packaging>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.8.1</junit.version>
<junit.version>5.9.1</junit.version>
</properties>

<dependencies>
@@ -38,17 +39,17 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.1.2</version>
<version>5.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-reactive</artifactId>
<version>5.1.1</version>
<version>5.2</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxjava</artifactId>
<version>3.1.2</version>
<version>3.1.5</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -58,7 +59,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.32</version>
<version>2.0.5</version>
<scope>test</scope>
</dependency>
</dependencies>

0 comments on commit 45b08c5

Please sign in to comment.