File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,18 +43,18 @@ ext {
4343}
4444
4545dependencies {
46- implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.1 '
46+ implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.2 '
4747 implementation group : ' org.apache.ant' , name : ' ant' , version : ' 1.10.15'
4848 implementation group : ' com.beust' , name : ' jcommander' , version : ' 1.82'
4949
5050 compileOnly " cd.go.plugin:go-plugin-api:$pluginApiVersion "
5151 testImplementation " cd.go.plugin:go-plugin-api:$pluginApiVersion "
5252
53- testImplementation platform(' org.junit:junit-bom:5.13.4 ' )
53+ testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
5454 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
5555 testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
5656 testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
57- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.19 .0'
57+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.20 .0'
5858 testImplementation group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0'
5959}
6060
You can’t perform that action at this time.
0 commit comments