Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eff6f9f

Browse files
authoredOct 29, 2023
fix(deps): update dependency com.jcabi:jcabi-http to v2
1 parent de4d55f commit eff6f9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
8383
<dependency>
8484
<groupId>com.jcabi</groupId>
8585
<artifactId>jcabi-http</artifactId>
86-
<version>1.20.1</version>
86+
<version>2.0.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.jcabi.incubator</groupId>

‎src/it/basic-usage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
4242
<dependency>
4343
<groupId>com.jcabi</groupId>
4444
<artifactId>jcabi-http</artifactId>
45-
<version>1.20.1</version>
45+
<version>2.0.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>junit</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.