Skip to content

Commit

Permalink
dependabot - bump junit-jupiter-engine from 5.7.0 to 5.7.1 (#25)
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.0...r5.7.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2021
1 parent 3214ba3 commit 3d4dddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -34,7 +34,7 @@ dependencies {
testImplementation("io.ktor:ktor-server-test-host:$ktorVersion")

testRuntimeOnly("com.h2database:h2:1.4.200")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.1")

implementation("io.ktor:ktor-server-netty:$ktorVersion")
implementation("io.ktor:ktor-html-builder:$ktorVersion")
Expand Down

0 comments on commit 3d4dddf

Please sign in to comment.