Skip to content

Commit 6245f22

Browse files
dependabot: bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](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-api dependency-version: 5.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b54f15f commit 6245f22

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
@@ -180,9 +180,9 @@ dependencies {
180180
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.10'
181181
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
182182
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
183-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
184-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
185-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
183+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0'
184+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.14.0'
185+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.14.0'
186186
testImplementation "org.opensearch:opensearch-core:${opensearch_version}"
187187
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
188188
testCompileOnly 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)