Skip to content

Commit 3f7e710

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba94995 commit 3f7e710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/abstractions/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.18.0'
66
testImplementation project(':components:serialization:json')

0 commit comments

Comments
 (0)