Skip to content

Commit

Permalink
chore(deps): bump junitJupiterVersion from 5.9.1 to 5.9.2
Browse files Browse the repository at this point in the history
Bumps `junitJupiterVersion` from 5.9.1 to 5.9.2.

Updates `junit-jupiter-api` from 5.9.1 to 5.9.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.1...r5.9.2)

Updates `junit-jupiter-params` from 5.9.1 to 5.9.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.1...r5.9.2)

Updates `junit-jupiter-engine` from 5.9.1 to 5.9.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.1...r5.9.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2023
1 parent 33ec99c commit 9412f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val nimbusSdkVersion = "10.4"
val mockWebServerVersion = "4.10.0"
val jacksonVersion = "2.14.1"
val nettyVersion = "4.1.86.Final"
val junitJupiterVersion = "5.9.1"
val junitJupiterVersion = "5.9.2"
val kotlinVersion = "1.8.0"
val freemarkerVersion = "2.3.31"
val kotestVersion = "5.5.4"
Expand Down

0 comments on commit 9412f88

Please sign in to comment.