Skip to content

Commit 5f2a9dd

Browse files
authored
Update dependencies (#726) (#730)
1 parent a73afd9 commit 5f2a9dd

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<artifactId>reactor-test</artifactId>
7676
</dependency>
7777
<dependency>
78-
<groupId>com.oracle.substratevm</groupId>
78+
<groupId>org.graalvm.nativeimage</groupId>
7979
<artifactId>svm</artifactId>
8080
</dependency>
8181
</dependencies>

pom.xml

Lines changed: 12 additions & 15 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.4.2</junit.version>
13+
<junit.version>5.6.2</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>
@@ -68,14 +68,17 @@
6868
</dependency>
6969
<dependency>
7070
<groupId>io.projectreactor</groupId>
71-
<artifactId>reactor-core</artifactId>
72-
<version>3.3.1.RELEASE</version>
71+
<artifactId>reactor-bom</artifactId>
72+
<version>Dysprosium-SR7</version>
73+
<type>pom</type>
74+
<scope>import</scope>
7375
</dependency>
76+
7477
<!--Compile dependencies only used by Examples-->
7578
<dependency>
7679
<groupId>io.reactivex.rxjava2</groupId>
7780
<artifactId>rxjava</artifactId>
78-
<version>2.2.16</version>
81+
<version>2.2.19</version>
7982
</dependency>
8083

8184
<!-- Optional dependencies -->
@@ -95,7 +98,7 @@
9598
<dependency>
9699
<groupId>org.mockito</groupId>
97100
<artifactId>mockito-core</artifactId>
98-
<version>2.18.3</version>
101+
<version>2.28.2</version>
99102
<scope>test</scope>
100103
</dependency>
101104
<dependency>
@@ -113,13 +116,13 @@
113116
<dependency>
114117
<groupId>org.bouncycastle</groupId>
115118
<artifactId>bcprov-jdk15on</artifactId>
116-
<version>1.64</version>
119+
<version>1.65.01</version>
117120
<scope>test</scope>
118121
</dependency>
119122
<dependency>
120123
<groupId>org.bouncycastle</groupId>
121124
<artifactId>bcpkix-jdk15on</artifactId>
122-
<version>1.64</version>
125+
<version>1.65</version>
123126
<scope>test</scope>
124127
</dependency>
125128
<dependency>
@@ -129,15 +132,9 @@
129132
<scope>test</scope>
130133
</dependency>
131134
<dependency>
132-
<groupId>io.projectreactor</groupId>
133-
<artifactId>reactor-test</artifactId>
134-
<version>3.3.1.RELEASE</version>
135-
<scope>test</scope>
136-
</dependency>
137-
<dependency>
138-
<groupId>com.oracle.substratevm</groupId>
135+
<groupId>org.graalvm.nativeimage</groupId>
139136
<artifactId>svm</artifactId>
140-
<version>19.2.0.1</version>
137+
<version>20.1.0</version>
141138
<!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
142139
<scope>provided</scope>
143140
</dependency>

0 commit comments

Comments
 (0)