We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d250bba commit 719974eCopy full SHA for 719974e
javadoc-crawler/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
dependencies {
8
implementation("com.fasterxml.jackson.core:jackson-databind")
9
- testImplementation("org.assertj:assertj-core:3.27.6")
+ testImplementation("org.assertj:assertj-core:3.27.7")
10
}
11
12
description = "OpenTelemetry Javadoc Crawler"
0 commit comments