|
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.7.0</junit.version> |
| 13 | + <junit.version>5.7.1</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>
|
|
65 | 65 | <dependency>
|
66 | 66 | <groupId>io.netty</groupId>
|
67 | 67 | <artifactId>netty-handler</artifactId>
|
68 |
| - <version>4.1.53.Final</version> |
| 68 | + <version>4.1.58.Final</version> |
69 | 69 | </dependency>
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>io.projectreactor</groupId>
|
72 | 72 | <artifactId>reactor-bom</artifactId>
|
73 |
| - <version>Dysprosium-SR13</version> |
| 73 | + <version>Dysprosium-SR16</version> |
74 | 74 | <type>pom</type>
|
75 | 75 | <scope>import</scope>
|
76 | 76 | </dependency>
|
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>org.bouncycastle</groupId>
|
119 | 119 | <artifactId>bcprov-jdk15on</artifactId>
|
120 |
| - <version>1.67</version> |
| 120 | + <version>1.68</version> |
121 | 121 | <scope>test</scope>
|
122 | 122 | </dependency>
|
123 | 123 | <dependency>
|
124 | 124 | <groupId>org.bouncycastle</groupId>
|
125 | 125 | <artifactId>bcpkix-jdk15on</artifactId>
|
126 |
| - <version>1.67</version> |
| 126 | + <version>1.68</version> |
127 | 127 | <scope>test</scope>
|
128 | 128 | </dependency>
|
129 | 129 | <dependency>
|
|
137 | 137 | <dependency>
|
138 | 138 | <groupId>com.fasterxml.jackson.core</groupId>
|
139 | 139 | <artifactId>jackson-core</artifactId>
|
140 |
| - <version>2.11.3</version> |
| 140 | + <version>2.12.1</version> |
141 | 141 | </dependency>
|
142 | 142 | <dependency>
|
143 | 143 | <groupId>com.fasterxml.jackson.core</groupId>
|
144 | 144 | <artifactId>jackson-databind</artifactId>
|
145 |
| - <version>2.11.3</version> |
| 145 | + <version>2.12.1</version> |
146 | 146 | </dependency>
|
147 | 147 |
|
148 | 148 | <!-- Graal VM -->
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>org.graalvm.nativeimage</groupId>
|
151 | 151 | <artifactId>svm</artifactId>
|
152 |
| - <version>20.2.0</version> |
| 152 | + <version>20.3.1</version> |
153 | 153 | <!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
|
154 | 154 | <scope>provided</scope>
|
155 | 155 | </dependency>
|
|
0 commit comments