Skip to content

Commit

Permalink
Bump junit from 5.8.0 to 5.8.1 in /hub-backend
Browse files Browse the repository at this point in the history
Bumps `junit` from 5.8.0 to 5.8.1.

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

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

Updates `junit-jupiter-params` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.0...r5.8.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dzikoysk committed Oct 1, 2021
1 parent 04596c1 commit 1c62afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
val kmongo = "4.3.0"
val ktor = "1.6.3"
val tinylog = "2.3.2"
val junit = "5.8.0"
val junit = "5.8.1"
val testcontainers = "1.16.0"

dependencies {
Expand Down

0 comments on commit 1c62afc

Please sign in to comment.