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 @@ -77,7 +77,7 @@ dependencies {
77
77
implementation ' org.kohsuke:github-api:1.315'
78
78
79
79
testImplementation ' org.mockito:mockito-core:5.3.1'
80
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9 .0'
80
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10 .0'
81
81
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.0'
82
82
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0'
83
83
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.9 .0'
9
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10 .0'
10
10
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.0'
11
11
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0'
12
12
}
You can’t perform that action at this time.
0 commit comments