Skip to content

Commit e2007a9

Browse files
Bump the gradle-deps group with 3 updates
Bumps the gradle-deps group with 3 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework), [com.google.code.gson:gson](https://github.com/google/gson) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.junit:junit-bom` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `com.google.code.gson:gson` from 2.13.1 to 2.13.2 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.1...gson-parent-2.13.2) Updates `org.mockito:mockito-core` from 5.19.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-deps - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90339f5 commit e2007a9

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)