|
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.6.2</junit.version> |
| 13 | + <junit.version>5.7.0</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.51.Final</version> |
| 68 | + <version>4.1.52.Final</version> |
69 | 69 | </dependency>
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>io.projectreactor</groupId>
|
72 | 72 | <artifactId>reactor-bom</artifactId>
|
73 |
| - <version>Dysprosium-SR7</version> |
| 73 | + <version>Dysprosium-SR12</version> |
74 | 74 | <type>pom</type>
|
75 | 75 | <scope>import</scope>
|
76 | 76 | </dependency>
|
|
111 | 111 | <dependency>
|
112 | 112 | <groupId>org.rauschig</groupId>
|
113 | 113 | <artifactId>jarchivelib</artifactId>
|
114 |
| - <version>0.7.1</version> |
| 114 | + <version>1.1.0</version> |
115 | 115 | <scope>test</scope>
|
116 | 116 | </dependency>
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>org.bouncycastle</groupId>
|
119 | 119 | <artifactId>bcprov-jdk15on</artifactId>
|
120 |
| - <version>1.65.01</version> |
| 120 | + <version>1.66</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.65</version> |
| 126 | + <version>1.66</version> |
127 | 127 | <scope>test</scope>
|
128 | 128 | </dependency>
|
129 | 129 | <dependency>
|
|
132 | 132 | <version>1.2.3</version>
|
133 | 133 | <scope>test</scope>
|
134 | 134 | </dependency>
|
| 135 | + |
| 136 | + <!-- Testkit Dependencies --> |
| 137 | + <dependency> |
| 138 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 139 | + <artifactId>jackson-core</artifactId> |
| 140 | + <version>2.11.3</version> |
| 141 | + </dependency> |
| 142 | + <dependency> |
| 143 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 144 | + <artifactId>jackson-databind</artifactId> |
| 145 | + <version>2.11.3</version> |
| 146 | + </dependency> |
| 147 | + |
| 148 | + <!-- Graal VM --> |
135 | 149 | <dependency>
|
136 | 150 | <groupId>org.graalvm.nativeimage</groupId>
|
137 | 151 | <artifactId>svm</artifactId>
|
138 |
| - <version>20.1.0</version> |
| 152 | + <version>20.2.0</version> |
139 | 153 | <!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
|
140 | 154 | <scope>provided</scope>
|
141 | 155 | </dependency>
|
|
0 commit comments