Skip to content

Commit

Permalink
Merge pull request #853 from cescoffier/vertx-4.5.0
Browse files Browse the repository at this point in the history
Update to Vert.x 4.5.0
  • Loading branch information
jponge authored Nov 20, 2023
2 parents 13672b3 + e3c8920 commit 7a10464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java: [
{ 'version': '11', opts: '' },
{ 'version': '17', 'opts': '' },
{ 'version': '21', 'opts': "-pl '!vertx-mutiny-clients/vertx-mutiny-web-templ-mvel'" }
{ 'version': '21', 'opts': '' }
]
name: build with jdk ${{matrix.java.version}}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<properties>
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>

<vertx.version>4.4.6</vertx.version>
<vertx.version>4.5.0</vertx.version>
<mutiny.version>2.5.1</mutiny.version>
<jackson.version>2.16.0</jackson.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
Expand Down

0 comments on commit 7a10464

Please sign in to comment.