Skip to content

Commit 142cd0b

Browse files
committed
Version bumps
1 parent b79dfc8 commit 142cd0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

2525
<dependencies>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.apache.httpcomponents.client5</groupId>
4040
<artifactId>httpclient5</artifactId>
41-
<version>5.1</version>
41+
<version>5.1.2</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.httpcomponents.core5</groupId>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>io.reactivex.rxjava3</groupId>
5050
<artifactId>rxjava</artifactId>
51-
<version>3.0.13</version>
51+
<version>3.1.2</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.google.code.findbugs</groupId>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.slf4j</groupId>
6060
<artifactId>slf4j-simple</artifactId>
61-
<version>1.7.30</version>
61+
<version>1.7.32</version>
6262
<scope>test</scope>
6363
</dependency>
6464
</dependencies>

0 commit comments

Comments
 (0)