Skip to content

Commit fcb3d82

Browse files
build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.2
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.1 to 3.25.2. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.25.1...assertj-build-3.25.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c16c18 commit fcb3d82

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
@@ -137,9 +137,9 @@ testing {
137137
withType(JvmTestSuite).configureEach {
138138
useJUnitJupiter('5.10.0')
139139
dependencies {
140-
implementation 'org.assertj:assertj-core:3.25.1'
140+
implementation 'org.assertj:assertj-core:3.25.2'
141141
implementation 'org.mockito:mockito-core:5.9.0'
142-
implementation 'org.assertj:assertj-core:3.25.1'
142+
implementation 'org.assertj:assertj-core:3.25.2'
143143
implementation 'org.mockito:mockito-junit-jupiter:5.9.0'
144144
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
145145
}

0 commit comments

Comments
 (0)