File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
implementation(" com.google.oauth-client:google-oauth-client-java6" )
46
46
47
47
testImplementation(project(" :sigstore-testkit" ))
48
- testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
48
+ testImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
49
49
50
50
testImplementation(platform(" org.mockito:mockito-bom:5.16.1" ))
51
51
testImplementation(" org.mockito:mockito-core" )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
12
12
// This is different from typical "testImplementation" dependencies, because
13
13
// testkit exposes junit5 dependencies in its API (e.g. annotations)
14
- api(platform(" org.junit:junit-bom:5.12.1 " ))
14
+ api(platform(" org.junit:junit-bom:5.12.2 " ))
15
15
api(" org.junit.jupiter:junit-jupiter-api" )
16
16
api(" org.junit.jupiter:junit-jupiter-params" )
17
17
implementation(" org.junit.jupiter:junit-jupiter" )
You can’t perform that action at this time.
0 commit comments