Skip to content

Commit 7ae4914

Browse files
Bump org.junit.jupiter:junit-jupiter-engine in /data-sdk
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.0 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.7.0...r5.9.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] <support@github.com>
1 parent c256381 commit 7ae4914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
annotationProcessor 'org.projectlombok:lombok:1.18.26'
7171
implementation 'org.slf4j:slf4j-api:2.0.7'
7272
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
73-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
73+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
7474
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
7575
}
7676

0 commit comments

Comments
 (0)