Skip to content

Commit 72efd91

Browse files
Update dependency com.jcabi:jcabi-http to v2.1.0
1 parent 3a71681 commit 72efd91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.jcabi</groupId>
6060
<artifactId>jcabi-http</artifactId>
61-
<version>2.0.0</version>
61+
<version>2.1.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.jcabi.incubator</groupId>

src/it/basic-usage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.jcabi</groupId>
1919
<artifactId>jcabi-http</artifactId>
20-
<version>2.0.0</version>
20+
<version>2.1.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.junit.jupiter</groupId>

src/it/fat-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.jcabi</groupId>
5858
<artifactId>jcabi-http</artifactId>
59-
<version>2.0.0</version>
59+
<version>2.1.0</version>
6060
</dependency>
6161
</dependencies>
6262
</plugin>

0 commit comments

Comments
 (0)