Skip to content

Commit 783da84

Browse files
authored
Merge pull request #820 from injectives/feature/updating-dependencies
Updating dependencies
2 parents 39f974d + 3cd3449 commit 783da84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 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.7.0</junit.version>
13+
<junit.version>5.7.1</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.53.Final</version>
68+
<version>4.1.58.Final</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.projectreactor</groupId>
7272
<artifactId>reactor-bom</artifactId>
73-
<version>Dysprosium-SR13</version>
73+
<version>Dysprosium-SR16</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>
@@ -117,13 +117,13 @@
117117
<dependency>
118118
<groupId>org.bouncycastle</groupId>
119119
<artifactId>bcprov-jdk15on</artifactId>
120-
<version>1.67</version>
120+
<version>1.68</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.bouncycastle</groupId>
125125
<artifactId>bcpkix-jdk15on</artifactId>
126-
<version>1.67</version>
126+
<version>1.68</version>
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>
@@ -137,19 +137,19 @@
137137
<dependency>
138138
<groupId>com.fasterxml.jackson.core</groupId>
139139
<artifactId>jackson-core</artifactId>
140-
<version>2.11.3</version>
140+
<version>2.12.1</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>com.fasterxml.jackson.core</groupId>
144144
<artifactId>jackson-databind</artifactId>
145-
<version>2.11.3</version>
145+
<version>2.12.1</version>
146146
</dependency>
147147

148148
<!-- Graal VM -->
149149
<dependency>
150150
<groupId>org.graalvm.nativeimage</groupId>
151151
<artifactId>svm</artifactId>
152-
<version>20.2.0</version>
152+
<version>20.3.1</version>
153153
<!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
154154
<scope>provided</scope>
155155
</dependency>

0 commit comments

Comments
 (0)