Skip to content

Commit 3f64b21

Browse files
dependabot: bump org.junit.jupiter:junit-jupiter-engine
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.2...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 926b2e1 commit 3f64b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ dependencies {
160160
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
161161
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
162162
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
163-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
163+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
164164
testImplementation "org.opensearch:opensearch-core:${opensearch_version}"
165165
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
166166
testCompileOnly 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)