Skip to content

Commit eb1e714

Browse files
chore: Bump junit-jupiter-engine from 5.6.2 to 5.8.2 (#140)
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.6.2 to 5.8.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.6.2...r5.8.2) --- updated-dependencies: - 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a168f5 commit eb1e714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ dependencies {
221221
testImplementation("org.apache.commons:commons-dbcp2:2.8.0")
222222
testImplementation("com.amazonaws:aws-java-sdk-rds:1.12.128")
223223
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
224-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.6.2")
224+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
225225
testImplementation("org.junit.jupiter:junit-jupiter-params:5.8.2")
226226
testImplementation("org.junit.platform:junit-platform-commons:1.8.2")
227227
testImplementation("org.junit.platform:junit-platform-engine:1.8.2")

0 commit comments

Comments
 (0)