Skip to content

Commit d625cb9

Browse files
committed
Dependency update (#875)
1 parent 4249e33 commit d625cb9

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
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>io.projectreactor</groupId>
7272
<artifactId>reactor-bom</artifactId>
73-
<version>Dysprosium-SR18</version>
73+
<version>Dysprosium-SR19</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>
@@ -137,19 +137,19 @@
137137
<dependency>
138138
<groupId>com.fasterxml.jackson.core</groupId>
139139
<artifactId>jackson-core</artifactId>
140-
<version>2.12.2</version>
140+
<version>2.12.3</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>com.fasterxml.jackson.core</groupId>
144144
<artifactId>jackson-databind</artifactId>
145-
<version>2.12.2</version>
145+
<version>2.12.3</version>
146146
</dependency>
147147

148148
<!-- Graal VM -->
149149
<dependency>
150150
<groupId>org.graalvm.nativeimage</groupId>
151151
<artifactId>svm</artifactId>
152-
<version>20.3.1</version>
152+
<version>20.3.1.2</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)