Skip to content

Commit 2530f57

Browse files
dependabot: bump org.junit.jupiter:junit-jupiter-params
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.11.2 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.2...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f9d1a3 commit 2530f57

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
@@ -159,7 +159,7 @@ dependencies {
159159
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
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'
162-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
162+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.0'
163163
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
164164
testImplementation "org.opensearch:opensearch-core:${opensearch_version}"
165165
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")

0 commit comments

Comments
 (0)