Skip to content

Commit e8dd2b7

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.12.1 to 5.12.2
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c22e5b commit e8dd2b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ dependencies {
5757
implementation 'com.maxmind.db:maxmind-db:3.1.1'
5858

5959
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
60-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
60+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
6161
testImplementation 'org.mockito:mockito-core:5.17.0'
6262

6363
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.1'
6464
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
65-
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
65+
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
6666
}
6767

6868
publishing {

0 commit comments

Comments
 (0)