Skip to content

Commit 208ba84

Browse files
Gregory WoodsGregory Woods
Gregory Woods
authored and
Gregory Woods
committed
update dependencies to latest patch releases
1 parent ad3ebc6 commit 208ba84

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<maven.compiler.target>1.8</maven.compiler.target>
1111
<rootDir>${project.basedir}</rootDir>
1212
<surefire.and.failsafe.version>2.22.1</surefire.and.failsafe.version>
13-
<junit.version>5.4.0</junit.version>
13+
<junit.version>5.4.2</junit.version>
1414
<parallelizable.it.forkCount>1C</parallelizable.it.forkCount>
1515
<!-- All tests tagged are to be executed in parallel -->
1616
<parallelizable.it.tags>parallelizableIT</parallelizable.it.tags>
@@ -59,30 +59,30 @@
5959
<dependency>
6060
<groupId>org.reactivestreams</groupId>
6161
<artifactId>reactive-streams</artifactId>
62-
<version>1.0.2</version>
62+
<version>1.0.3</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>io.netty</groupId>
6666
<artifactId>netty-handler</artifactId>
67-
<version>4.1.41.Final</version>
67+
<version>4.1.44.Final</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>io.projectreactor</groupId>
7171
<artifactId>reactor-core</artifactId>
72-
<version>3.3.0.RELEASE</version>
72+
<version>3.3.1.RELEASE</version>
7373
</dependency>
7474
<!--Compile dependencies only used by Examples-->
7575
<dependency>
7676
<groupId>io.reactivex.rxjava2</groupId>
7777
<artifactId>rxjava</artifactId>
78-
<version>2.2.8</version>
78+
<version>2.2.16</version>
7979
</dependency>
8080

8181
<!-- Optional dependencies -->
8282
<dependency>
8383
<groupId>org.slf4j</groupId>
8484
<artifactId>slf4j-api</artifactId>
85-
<version>1.7.25</version>
85+
<version>1.7.30</version>
8686
</dependency>
8787

8888
<!-- Test dependencies -->
@@ -113,13 +113,13 @@
113113
<dependency>
114114
<groupId>org.bouncycastle</groupId>
115115
<artifactId>bcprov-jdk15on</artifactId>
116-
<version>1.59</version>
116+
<version>1.64</version>
117117
<scope>test</scope>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.bouncycastle</groupId>
121121
<artifactId>bcpkix-jdk15on</artifactId>
122-
<version>1.59</version>
122+
<version>1.64</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>io.projectreactor</groupId>
133133
<artifactId>reactor-test</artifactId>
134-
<version>3.3.0.RELEASE</version>
134+
<version>3.3.1.RELEASE</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>

0 commit comments

Comments
 (0)