Skip to content

Commit 01c1844

Browse files
dependabot: bump org.junit.jupiter:junit-jupiter-params
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.11.2 to 5.14.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.14.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e52f88b commit 01c1844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ dependencies {
182182
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.10'
183183
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
184184
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
185-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
186-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
187-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
185+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0'
186+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.14.0'
187+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.14.0'
188188
testImplementation "org.opensearch:opensearch-core:${opensearch_version}"
189189
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
190190
testCompileOnly 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)