Skip to content

Commit 4272f98

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.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41db8c0 commit 4272f98

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
@@ -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.12.1'
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)