Skip to content

Commit 6dea0e6

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4 (#413)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d207473 commit 6dea0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
5151
implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.52'
5252
implementation project(path: ':securesmsproxyapi')
53-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.3"
53+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
5454
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.3"
5555
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
5656
testImplementation "org.assertj:assertj-core:3.26.3"

securesmsproxyapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencies {
122122

123123
implementation 'androidx.appcompat:appcompat:1.7.0'
124124
implementation 'com.vdurmont:semver4j:3.1.0'
125-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.3"
125+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
126126
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.3"
127127
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
128128
testImplementation "org.assertj:assertj-core:3.26.3"

0 commit comments

Comments
 (0)