Skip to content

Commit e58f75b

Browse files
Bump the gradle-deps group with 2 updates
Bumps the gradle-deps group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.junit:junit-bom` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.mockito:mockito-core` from 5.21.0 to 5.22.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 688ed46 commit e58f75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ dependencies {
7474
implementation 'com.squareup.okhttp3:okhttp:5.3.2'
7575

7676
testImplementation project.deps.gocdPluginApi
77-
testImplementation platform('org.junit:junit-bom:6.0.2')
77+
testImplementation platform('org.junit:junit-bom:6.0.3')
7878
testImplementation 'org.junit.jupiter:junit-jupiter-api'
7979
testImplementation 'org.junit.jupiter:junit-jupiter-params'
8080
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
8181
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8282
testImplementation 'org.assertj:assertj-core:3.27.7'
83-
testImplementation 'org.mockito:mockito-core:5.21.0'
83+
testImplementation 'org.mockito:mockito-core:5.22.0'
8484
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
8585
testImplementation 'org.jsoup:jsoup:1.22.1'
8686
testImplementation 'com.squareup.okhttp3:mockwebserver3-junit5:5.3.2'

0 commit comments

Comments
 (0)