Skip to content

Commit 36d708e

Browse files
authored
Update dependencies (#890)
1 parent 746e543 commit 36d708e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
<!-- corresponding server dependency also needs updating.-->
6868
<groupId>io.netty</groupId>
6969
<artifactId>netty-handler</artifactId>
70-
<version>4.1.59.Final</version>
70+
<version>4.1.63.Final</version>
7171
</dependency>
7272
<dependency>
7373
<!-- Please note that when updating this dependency -->
7474
<!-- (i.e. due to a security vulnerability or bug) that the -->
7575
<!-- corresponding server dependency also needs updating.-->
7676
<groupId>io.projectreactor</groupId>
7777
<artifactId>reactor-bom</artifactId>
78-
<version>Dysprosium-SR7</version>
78+
<version>Dysprosium-SR19</version>
7979
<type>pom</type>
8080
<scope>import</scope>
8181
</dependency>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>io.reactivex.rxjava2</groupId>
8686
<artifactId>rxjava</artifactId>
87-
<version>2.2.19</version>
87+
<version>2.2.21</version>
8888
</dependency>
8989

9090
<!-- Optional dependencies -->
@@ -116,19 +116,19 @@
116116
<dependency>
117117
<groupId>org.rauschig</groupId>
118118
<artifactId>jarchivelib</artifactId>
119-
<version>0.7.1</version>
119+
<version>1.1.0</version>
120120
<scope>test</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.bouncycastle</groupId>
124124
<artifactId>bcprov-jdk15on</artifactId>
125-
<version>1.65.01</version>
125+
<version>1.68</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.bouncycastle</groupId>
130130
<artifactId>bcpkix-jdk15on</artifactId>
131-
<version>1.65</version>
131+
<version>1.68</version>
132132
<scope>test</scope>
133133
</dependency>
134134
<dependency>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.graalvm.nativeimage</groupId>
142142
<artifactId>svm</artifactId>
143-
<version>20.1.0</version>
143+
<version>20.3.1.2</version>
144144
<!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
145145
<scope>provided</scope>
146146
</dependency>

0 commit comments

Comments
 (0)