Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ subprojects {
resolutionStrategy {
// Forcing the latest commons-lang3 version to eliminate CVEs.
force "org.apache.commons:commons-lang3:3.20.0"
// Forcing the OpenTelemetry version to eliminate CVEs.
force "io.opentelemetry:opentelemetry-api:1.62.0"
force "io.opentelemetry:opentelemetry-context:1.62.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ okhttpVersion=5.3.2
jacksonVersion=2.21.1

junitVersion=6.0.3
logbackVersion=1.5.32
logbackVersion=1.5.35
Comment thread
jonmille marked this conversation as resolved.

# Defined at this level so that they can be set as system properties and used by the marklogic-client-api and test-app
# project
Expand Down
Loading