Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0f0aa92

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d4d9e1 commit 0f0aa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ dependencies {
139139
implementation "com.github.spotbugs:spotbugs-annotations:4.8.4"
140140
implementation "org.slf4j:slf4j-api:$slf4jVersion"
141141

142-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
142+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
143143
testImplementation 'org.hamcrest:hamcrest:2.2'
144144
testImplementation 'org.assertj:assertj-core:3.25.3'
145145
testImplementation "org.mockito:mockito-core:$mockitoVersion"

0 commit comments

Comments
 (0)