Skip to content

Commit

Permalink
Bump junitJupiterVersion in /hedera-nft-auction-demo-java-node
Browse files Browse the repository at this point in the history
Bumps `junitJupiterVersion` from 5.8.0-M1 to 5.11.0.

Updates `org.junit.jupiter:junit-jupiter-api` from 5.8.0-M1 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.0-M1...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.8.0-M1 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.0-M1...r5.11.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  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 3344b13
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 @@ -142,7 +142,7 @@ dependencies {
def postgressqlVersion = "42.2.23"
def jacksonVersion = "2.12.3"
def lombokVersion = "1.18.18"
def junitJupiterVersion = "5.8.0-M1"
def junitJupiterVersion = "5.11.0"
def testContainersVersion = "1.15.3"

implementation "io.github.cdimascio:java-dotenv:5.2.2"
Expand Down

0 comments on commit 3344b13

Please sign in to comment.