Skip to content

Commit 64c3578

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181
implementation 'com.apptasticsoftware:rssreader:3.8.1'
8282

8383
testImplementation 'org.mockito:mockito-core:5.12.0'
84-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
84+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
8585
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
8686
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8787
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'

formatter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation 'com.google.code.findbugs:jsr305:3.0.2'
77
implementation project(':utils')
88

9-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
9+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
1010
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
1111
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
1212
}

0 commit comments

Comments
 (0)