Skip to content

Commit d207473

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 (#411)
Bumps [org.junit.jupiter:junit-jupiter-engine](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-engine 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 e835f51 commit d207473

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
@@ -52,7 +52,7 @@ dependencies {
5252
implementation project(path: ':securesmsproxyapi')
5353
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.3"
5454
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.3"
55-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.3"
55+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
5656
testImplementation "org.assertj:assertj-core:3.26.3"
5757
testImplementation "org.mockito:mockito-core:5.14.2"
5858
testImplementation 'org.json:json:20240303'

securesmsproxyapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ dependencies {
124124
implementation 'com.vdurmont:semver4j:3.1.0'
125125
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.3"
126126
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.3"
127-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.3"
127+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
128128
testImplementation "org.assertj:assertj-core:3.26.3"
129129
testImplementation 'org.json:json:20240303'
130130
testImplementation "org.mockito:mockito-core:5.14.2"

0 commit comments

Comments
 (0)