|
10 | 10 | <maven.compiler.target>1.8</maven.compiler.target>
|
11 | 11 | <rootDir>${project.basedir}</rootDir>
|
12 | 12 | <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> |
14 | 14 | <parallelizable.it.forkCount>1C</parallelizable.it.forkCount>
|
15 | 15 | <!-- All tests tagged are to be executed in parallel -->
|
16 | 16 | <parallelizable.it.tags>parallelizableIT</parallelizable.it.tags>
|
|
59 | 59 | <dependency>
|
60 | 60 | <groupId>org.reactivestreams</groupId>
|
61 | 61 | <artifactId>reactive-streams</artifactId>
|
62 |
| - <version>1.0.2</version> |
| 62 | + <version>1.0.3</version> |
63 | 63 | </dependency>
|
64 | 64 | <dependency>
|
65 | 65 | <groupId>io.netty</groupId>
|
66 | 66 | <artifactId>netty-handler</artifactId>
|
67 |
| - <version>4.1.41.Final</version> |
| 67 | + <version>4.1.44.Final</version> |
68 | 68 | </dependency>
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>io.projectreactor</groupId>
|
71 | 71 | <artifactId>reactor-core</artifactId>
|
72 |
| - <version>3.3.0.RELEASE</version> |
| 72 | + <version>3.3.1.RELEASE</version> |
73 | 73 | </dependency>
|
74 | 74 | <!--Compile dependencies only used by Examples-->
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>io.reactivex.rxjava2</groupId>
|
77 | 77 | <artifactId>rxjava</artifactId>
|
78 |
| - <version>2.2.8</version> |
| 78 | + <version>2.2.16</version> |
79 | 79 | </dependency>
|
80 | 80 |
|
81 | 81 | <!-- Optional dependencies -->
|
82 | 82 | <dependency>
|
83 | 83 | <groupId>org.slf4j</groupId>
|
84 | 84 | <artifactId>slf4j-api</artifactId>
|
85 |
| - <version>1.7.25</version> |
| 85 | + <version>1.7.30</version> |
86 | 86 | </dependency>
|
87 | 87 |
|
88 | 88 | <!-- Test dependencies -->
|
|
113 | 113 | <dependency>
|
114 | 114 | <groupId>org.bouncycastle</groupId>
|
115 | 115 | <artifactId>bcprov-jdk15on</artifactId>
|
116 |
| - <version>1.59</version> |
| 116 | + <version>1.64</version> |
117 | 117 | <scope>test</scope>
|
118 | 118 | </dependency>
|
119 | 119 | <dependency>
|
120 | 120 | <groupId>org.bouncycastle</groupId>
|
121 | 121 | <artifactId>bcpkix-jdk15on</artifactId>
|
122 |
| - <version>1.59</version> |
| 122 | + <version>1.64</version> |
123 | 123 | <scope>test</scope>
|
124 | 124 | </dependency>
|
125 | 125 | <dependency>
|
|
131 | 131 | <dependency>
|
132 | 132 | <groupId>io.projectreactor</groupId>
|
133 | 133 | <artifactId>reactor-test</artifactId>
|
134 |
| - <version>3.3.0.RELEASE</version> |
| 134 | + <version>3.3.1.RELEASE</version> |
135 | 135 | <scope>test</scope>
|
136 | 136 | </dependency>
|
137 | 137 | <dependency>
|
|
0 commit comments