Skip to content

Commit 038b1b2

Browse files
Bump org.assertj:assertj-core from 3.25.2 to 3.25.3
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.2 to 3.25.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.25.2...assertj-build-3.25.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d786dd7 commit 038b1b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logcapture-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies {
88
api "org.slf4j:slf4j-api:1.7.36"
99

1010
testImplementation "junit:junit:4.13.2"
11-
testImplementation "org.assertj:assertj-core:3.25.2"
11+
testImplementation "org.assertj:assertj-core:3.25.3"
1212
}

logcapture-junit4/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies {
66
implementation project(":logcapture-core")
77
implementation "junit:junit:4.13.2"
88

9-
testImplementation "org.assertj:assertj-core:3.25.2"
9+
testImplementation "org.assertj:assertj-core:3.25.3"
1010
}

0 commit comments

Comments
 (0)