Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmwoods authored Nov 16, 2020
2 parents cdb3a46 + 3ba7eda commit fc5c117
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.52.Final</version>
<version>4.1.53.Final</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Dysprosium-SR12</version>
<version>Dysprosium-SR13</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.19</version>
<version>2.2.20</version>
</dependency>

<!-- Optional dependencies -->
Expand Down Expand Up @@ -117,13 +117,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.66</version>
<version>1.67</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.66</version>
<version>1.67</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fc5c117

Please sign in to comment.