Skip to content

Commit ce0c827

Browse files
dependabot: bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](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-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 926b2e1 commit ce0c827

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
@@ -158,7 +158,7 @@ dependencies {
158158
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.10'
159159
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
160160
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
161-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
161+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
162162
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
163163
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
164164
testImplementation "org.opensearch:opensearch-core:${opensearch_version}"

0 commit comments

Comments
 (0)