Skip to content

Commit 9de0829

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.8.2 to 5.10.1
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.2 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.2...r5.10.1) --- 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] <support@github.com>
1 parent 2dcac76 commit 9de0829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
api "org.springframework.data:spring-data-jdbc:2.4.5"
4646
implementation 'org.xerial:sqlite-jdbc:3.42.0.1'
4747
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
48-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
48+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
4949
testImplementation "org.assertj:assertj-core:3.22.0"
5050
testImplementation "org.mockito:mockito-core:5.9.0"
5151
testImplementation "org.mockito:mockito-junit-jupiter:5.9.0"

0 commit comments

Comments
 (0)