Skip to content

Commit 67aa492

Browse files
authored
Merge pull request #131 from tomzo/dependabot/gradle/gradle-deps-97720581c8
Bump the gradle-deps group with 3 updates
2 parents 6769f49 + e2007a9 commit 67aa492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ ext {
4343
}
4444

4545
dependencies {
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

0 commit comments

Comments
 (0)