Skip to content

Commit e993059

Browse files
authored
Merge pull request #768 from gjmwoods/4.2-dependencies-update
Update dependencies
2 parents 3644616 + f492d82 commit e993059

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

pom.xml

Lines changed: 21 additions & 7 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.6.2</junit.version>
13+
<junit.version>5.7.0</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>
@@ -65,12 +65,12 @@
6565
<dependency>
6666
<groupId>io.netty</groupId>
6767
<artifactId>netty-handler</artifactId>
68-
<version>4.1.51.Final</version>
68+
<version>4.1.52.Final</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.projectreactor</groupId>
7272
<artifactId>reactor-bom</artifactId>
73-
<version>Dysprosium-SR7</version>
73+
<version>Dysprosium-SR12</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>
@@ -111,19 +111,19 @@
111111
<dependency>
112112
<groupId>org.rauschig</groupId>
113113
<artifactId>jarchivelib</artifactId>
114-
<version>0.7.1</version>
114+
<version>1.1.0</version>
115115
<scope>test</scope>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.bouncycastle</groupId>
119119
<artifactId>bcprov-jdk15on</artifactId>
120-
<version>1.65.01</version>
120+
<version>1.66</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.bouncycastle</groupId>
125125
<artifactId>bcpkix-jdk15on</artifactId>
126-
<version>1.65</version>
126+
<version>1.66</version>
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>
@@ -132,10 +132,24 @@
132132
<version>1.2.3</version>
133133
<scope>test</scope>
134134
</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 -->
135149
<dependency>
136150
<groupId>org.graalvm.nativeimage</groupId>
137151
<artifactId>svm</artifactId>
138-
<version>20.1.0</version>
152+
<version>20.2.0</version>
139153
<!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
140154
<scope>provided</scope>
141155
</dependency>

testkit-backend/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>
2929
<artifactId>jackson-core</artifactId>
30-
<version>2.11.0</version>
3130
</dependency>
3231
<dependency>
3332
<groupId>com.fasterxml.jackson.core</groupId>
3433
<artifactId>jackson-databind</artifactId>
35-
<version>2.11.0</version>
3634
</dependency>
3735
</dependencies>
3836

0 commit comments

Comments
 (0)