We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d786dd7 commit 038b1b2Copy full SHA for 038b1b2
logcapture-core/build.gradle
@@ -8,5 +8,5 @@ dependencies {
8
api "org.slf4j:slf4j-api:1.7.36"
9
10
testImplementation "junit:junit:4.13.2"
11
- testImplementation "org.assertj:assertj-core:3.25.2"
+ testImplementation "org.assertj:assertj-core:3.25.3"
12
}
logcapture-junit4/build.gradle
@@ -6,5 +6,5 @@ dependencies {
6
implementation project(":logcapture-core")
7
implementation "junit:junit:4.13.2"
0 commit comments