Skip to content

Commit e2405c8

Browse files
dependabot[bot]baywet
authored andcommitted
chore(deps): bump org.junit.jupiter:junit-jupiter
Bumps the junit-dependencies group in /android with 1 update: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter` from 5.13.2 to 5.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6708a1 commit e2405c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 test framework
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
44
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
55
testImplementation 'org.mockito:mockito-core:5.18.0'
66
testImplementation 'io.opentelemetry:opentelemetry-api:1.51.0'

0 commit comments

Comments
 (0)