|
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.2</junit.version> |
| 13 | + <junit.version>5.6.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>
|
|
68 | 68 | </dependency>
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>io.projectreactor</groupId>
|
71 |
| - <artifactId>reactor-core</artifactId> |
72 |
| - <version>3.3.1.RELEASE</version> |
| 71 | + <artifactId>reactor-bom</artifactId> |
| 72 | + <version>Dysprosium-SR7</version> |
| 73 | + <type>pom</type> |
| 74 | + <scope>import</scope> |
73 | 75 | </dependency>
|
| 76 | + |
74 | 77 | <!--Compile dependencies only used by Examples-->
|
75 | 78 | <dependency>
|
76 | 79 | <groupId>io.reactivex.rxjava2</groupId>
|
77 | 80 | <artifactId>rxjava</artifactId>
|
78 |
| - <version>2.2.16</version> |
| 81 | + <version>2.2.19</version> |
79 | 82 | </dependency>
|
80 | 83 |
|
81 | 84 | <!-- Optional dependencies -->
|
|
95 | 98 | <dependency>
|
96 | 99 | <groupId>org.mockito</groupId>
|
97 | 100 | <artifactId>mockito-core</artifactId>
|
98 |
| - <version>2.18.3</version> |
| 101 | + <version>2.28.2</version> |
99 | 102 | <scope>test</scope>
|
100 | 103 | </dependency>
|
101 | 104 | <dependency>
|
|
113 | 116 | <dependency>
|
114 | 117 | <groupId>org.bouncycastle</groupId>
|
115 | 118 | <artifactId>bcprov-jdk15on</artifactId>
|
116 |
| - <version>1.64</version> |
| 119 | + <version>1.65.01</version> |
117 | 120 | <scope>test</scope>
|
118 | 121 | </dependency>
|
119 | 122 | <dependency>
|
120 | 123 | <groupId>org.bouncycastle</groupId>
|
121 | 124 | <artifactId>bcpkix-jdk15on</artifactId>
|
122 |
| - <version>1.64</version> |
| 125 | + <version>1.65</version> |
123 | 126 | <scope>test</scope>
|
124 | 127 | </dependency>
|
125 | 128 | <dependency>
|
|
129 | 132 | <scope>test</scope>
|
130 | 133 | </dependency>
|
131 | 134 | <dependency>
|
132 |
| - <groupId>io.projectreactor</groupId> |
133 |
| - <artifactId>reactor-test</artifactId> |
134 |
| - <version>3.3.1.RELEASE</version> |
135 |
| - <scope>test</scope> |
136 |
| - </dependency> |
137 |
| - <dependency> |
138 |
| - <groupId>com.oracle.substratevm</groupId> |
| 135 | + <groupId>org.graalvm.nativeimage</groupId> |
139 | 136 | <artifactId>svm</artifactId>
|
140 |
| - <version>19.2.0.1</version> |
| 137 | + <version>20.1.0</version> |
141 | 138 | <!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
|
142 | 139 | <scope>provided</scope>
|
143 | 140 | </dependency>
|
|
0 commit comments