mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05:00
⬆️ Update pom.xml file on vertx vendor package.
This commit is contained in:
parent
a63aff560f
commit
3507c4acb6
1 changed files with 8 additions and 3 deletions
11
backend/vendor/vertx/pom.xml
vendored
11
backend/vendor/vertx/pom.xml
vendored
|
@ -30,7 +30,7 @@
|
|||
<dependency>
|
||||
<groupId>io.vertx</groupId>
|
||||
<artifactId>vertx-core</artifactId>
|
||||
<version>3.8.4</version>
|
||||
<version>4.0.0-milestone4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>metosin</groupId>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<dependency>
|
||||
<groupId>io.vertx</groupId>
|
||||
<artifactId>vertx-web</artifactId>
|
||||
<version>3.8.4</version>
|
||||
<version>4.0.0-milestone4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>funcool</groupId>
|
||||
|
@ -50,7 +50,12 @@
|
|||
<dependency>
|
||||
<groupId>io.vertx</groupId>
|
||||
<artifactId>vertx-web-client</artifactId>
|
||||
<version>3.8.4</version>
|
||||
<version>4.0.0-milestone4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.clojure</groupId>
|
||||
<artifactId>core.async</artifactId>
|
||||
<version>0.7.559</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>metosin</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue