Skip to content

Commit ef5c7aa

Browse files
authored
chore(deps): update vertx packages to v3.9.4 (GoogleCloudPlatform#4013)
1 parent f98e3c4 commit ef5c7aa

File tree

1 file changed

+4
-4
lines changed
  • appengine-java11/vertx-helloworld

1 file changed

+4
-4
lines changed

appengine-java11/vertx-helloworld/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ limitations under the License.
4141
<dependency>
4242
<groupId>io.vertx</groupId>
4343
<artifactId>vertx-core</artifactId>
44-
<version>3.9.3</version>
44+
<version>3.9.4</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.vertx</groupId>
4848
<artifactId>vertx-web</artifactId>
49-
<version>3.9.3</version>
49+
<version>3.9.4</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>io.vertx</groupId>
5353
<artifactId>vertx-web-client</artifactId>
54-
<version>3.9.3</version>
54+
<version>3.9.4</version>
5555
</dependency>
5656

5757
<dependency>
@@ -68,7 +68,7 @@ limitations under the License.
6868
<dependency>
6969
<groupId>io.vertx</groupId>
7070
<artifactId>vertx-unit</artifactId>
71-
<version>3.9.3</version>
71+
<version>3.9.4</version>
7272
</dependency>
7373
</dependencies>
7474
<build>

0 commit comments

Comments
 (0)