Skip to content

Commit c6c7f6e

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.1
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fea5ca commit c6c7f6e

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
@@ -56,12 +56,12 @@ dependencies {
5656
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.5'
5757
implementation 'com.maxmind.db:maxmind-db:3.2.0'
5858

59-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0'
59+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1'
6060
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1'
6161
testImplementation 'org.mockito:mockito-core:5.18.0'
6262

6363
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.5'
64-
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0'
64+
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1'
6565
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1'
6666
}
6767

0 commit comments

Comments
 (0)