Skip to content

Commit 5cee6e9

Browse files
committed
updated vertx to version 4.5
1 parent 835807b commit 5cee6e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.junit</groupId>
107107
<artifactId>junit-bom</artifactId>
108-
<version>5.10.0</version>
108+
<version>5.10.1</version>
109109
<type>pom</type>
110110
<scope>import</scope>
111111
</dependency>
@@ -182,7 +182,7 @@
182182
<dependency>
183183
<groupId>com.tngtech.archunit</groupId>
184184
<artifactId>archunit-junit5</artifactId>
185-
<version>1.1.0</version>
185+
<version>1.2.1</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>org.eclipse</groupId>
@@ -192,7 +192,7 @@
192192
<dependency>
193193
<groupId>io.vertx</groupId>
194194
<artifactId>vertx-stack-depchain</artifactId>
195-
<version>4.4.2</version>
195+
<version>4.5.1</version>
196196
<type>pom</type>
197197
<scope>import</scope>
198198
</dependency>

0 commit comments

Comments
 (0)