Skip to content

Commit

Permalink
Bump vertxVersion in /hedera-nft-auction-demo-java-node
Browse files Browse the repository at this point in the history
Bumps `vertxVersion` from 4.1.1 to 4.5.9.

Updates `io.vertx:vertx-web` from 4.1.1 to 4.5.9

Updates `io.vertx:vertx-pg-client` from 4.1.1 to 4.5.9
- [Commits](eclipse-vertx/vertx-sql-client@4.1.1...4.5.9)

Updates `io.vertx:vertx-web-client` from 4.1.1 to 4.5.9

Updates `io.vertx:vertx-web-validation` from 4.1.1 to 4.5.9

Updates `io.vertx:vertx-junit5` from 4.1.1 to 4.5.9

Updates `io.vertx:vertx-unit` from 4.1.1 to 4.5.9

---
updated-dependencies:
- dependency-name: io.vertx:vertx-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.vertx:vertx-pg-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.vertx:vertx-web-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.vertx:vertx-web-validation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.vertx:vertx-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.vertx:vertx-unit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent a5069c6 commit 53926ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hedera-nft-auction-demo-java-node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ description = "Hedera™ Hashgraph NFT Auction Appnet Demo"

dependencies {
def jooqVersion = "3.14.11"
def vertxVersion = "4.1.1"
def vertxVersion = "4.5.9"
def postgressqlVersion = "42.2.23"
def jacksonVersion = "2.12.3"
def lombokVersion = "1.18.18"
Expand Down

0 comments on commit 53926ef

Please sign in to comment.