We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71f854 commit e80346eCopy full SHA for e80346e
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.26.3"
+ testImplementation "org.assertj:assertj-core:3.27.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