Skip to content

Commit 6d93f77

Browse files
Bump the gradle-deps group with 2 updates
Bumps the gradle-deps group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.junit:junit-bom](https://github.com/junit-team/junit-framework). 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) 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) --- updated-dependencies: - 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 - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66d9ed3 commit 6d93f77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ dependencies {
7878
implementation 'javax.xml.bind:jaxb-api:2.3.1'
7979

8080
testImplementation project.deps.gocdPluginApi
81-
testImplementation 'org.mockito:mockito-core:5.21.0'
81+
testImplementation 'org.mockito:mockito-core:5.22.0'
8282
testImplementation 'org.assertj:assertj-core:3.27.7'
83-
testImplementation platform('org.junit:junit-bom:6.0.2')
83+
testImplementation platform('org.junit:junit-bom:6.0.3')
8484
testImplementation 'org.junit.jupiter:junit-jupiter-api'
8585
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
8686
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)