File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
81
81
implementation ' com.apptasticsoftware:rssreader:3.9.3'
82
82
83
83
testImplementation ' org.mockito:mockito-core:5.17.0'
84
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
84
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.12.2 '
85
85
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0'
86
86
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
87
87
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
implementation ' com.google.code.findbugs:jsr305:3.0.2'
7
7
implementation project(' :utils' )
8
8
9
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
9
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.12.2 '
10
10
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0'
11
11
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1'
12
12
}
You can’t perform that action at this time.
0 commit comments