Browse Source

Bump io.vertx:vertx-core from 4.4.2 to 4.5.3 in /frameworks/Java/vertx

Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.4.2 to 4.5.3.
- [Commits](https://github.com/eclipse/vert.x/compare/4.4.2...4.5.3)

---
updated-dependencies:
- dependency-name: io.vertx:vertx-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 1 year ago
parent
commit
92a2c9aa80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/vertx/pom.xml

+ 1 - 1
frameworks/Java/vertx/pom.xml

@@ -10,7 +10,7 @@
 		<maven.compiler.target>17</maven.compiler.target>
 		<!-- the main class -->
 		<main.class>vertx.App</main.class>
-		<stack.version>4.4.2</stack.version>
+		<stack.version>4.5.3</stack.version>
 		<jackson.version>2.15.0</jackson.version>
 		<netty.version>4.1.92.Final</netty.version>
 		<netty.io_uring.version>0.0.21.Final</netty.io_uring.version>