Skip to content

Commit 2fb303c

Browse files
authored
Dependency update (#875) (#876)
1 parent a3eef1e commit 2fb303c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<!-- corresponding server dependency also needs updating.-->
7777
<groupId>io.projectreactor</groupId>
7878
<artifactId>reactor-bom</artifactId>
79-
<version>Dysprosium-SR18</version>
79+
<version>Dysprosium-SR19</version>
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>
@@ -143,19 +143,19 @@
143143
<dependency>
144144
<groupId>com.fasterxml.jackson.core</groupId>
145145
<artifactId>jackson-core</artifactId>
146-
<version>2.12.2</version>
146+
<version>2.12.3</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.fasterxml.jackson.core</groupId>
150150
<artifactId>jackson-databind</artifactId>
151-
<version>2.12.2</version>
151+
<version>2.12.3</version>
152152
</dependency>
153153

154154
<!-- Graal VM -->
155155
<dependency>
156156
<groupId>org.graalvm.nativeimage</groupId>
157157
<artifactId>svm</artifactId>
158-
<version>20.3.1</version>
158+
<version>20.3.1.2</version>
159159
<!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
160160
<scope>provided</scope>
161161
</dependency>

0 commit comments

Comments
 (0)