Skip to content

Commit b7ff20d

Browse files
build(deps): bump the all-dependencies group with 2 updates
Bumps the all-dependencies group with 2 updates: [org.assertj:assertj-core](https://github.com/assertj/assertj) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.assertj:assertj-core` from 3.27.0 to 3.27.2 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.0...assertj-build-3.27.2) Updates `org.mockito:mockito-core` from 5.14.2 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.2...v5.15.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9884624 commit b7ff20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ dependencies {
3939
// library needs to bring their own version (probably this)
4040
testImplementation 'org.eclipse.parsson:parsson:1.1.7'
4141
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
42-
testImplementation 'org.assertj:assertj-core:3.27.0'
43-
testImplementation 'org.mockito:mockito-core:5.14.2'
42+
testImplementation 'org.assertj:assertj-core:3.27.2'
43+
testImplementation 'org.mockito:mockito-core:5.15.2'
4444
}
4545

4646
test {

0 commit comments

Comments
 (0)