Skip to content

Commit fc5c117

Browse files
authored
Update dependencies
2 parents cdb3a46 + 3ba7eda commit fc5c117

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
<dependency>
6666
<groupId>io.netty</groupId>
6767
<artifactId>netty-handler</artifactId>
68-
<version>4.1.52.Final</version>
68+
<version>4.1.53.Final</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.projectreactor</groupId>
7272
<artifactId>reactor-bom</artifactId>
73-
<version>Dysprosium-SR12</version>
73+
<version>Dysprosium-SR13</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>io.reactivex.rxjava2</groupId>
8181
<artifactId>rxjava</artifactId>
82-
<version>2.2.19</version>
82+
<version>2.2.20</version>
8383
</dependency>
8484

8585
<!-- Optional dependencies -->
@@ -117,13 +117,13 @@
117117
<dependency>
118118
<groupId>org.bouncycastle</groupId>
119119
<artifactId>bcprov-jdk15on</artifactId>
120-
<version>1.66</version>
120+
<version>1.67</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.bouncycastle</groupId>
125125
<artifactId>bcpkix-jdk15on</artifactId>
126-
<version>1.66</version>
126+
<version>1.67</version>
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>

0 commit comments

Comments
 (0)