Skip to content

Commit dfacbc4

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.13.4 to 6.0.0
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9867aa commit dfacbc4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ dependencies {
8282
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.5.1'
8383
implementation 'com.maxmind.db:maxmind-db:3.2.0'
8484

85-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
86-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
85+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
86+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
8787
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8888
testImplementation 'org.mockito:mockito-core:5.19.0'
8989

9090
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.6'
91-
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
92-
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
91+
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
92+
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
9393
integrationTestRuntimeOnly 'org.junit.platform:junit-platform-launcher'
9494
}
9595

0 commit comments

Comments
 (0)