Skip to content
Merged
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
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val DEPENDENCY_BOMS = listOf(
// (which is EPL licensed) or armeria bom (which is Apache licensed but is getting flagged
// by FOSSA for containing EPL-licensed)

"com.fasterxml.jackson:jackson-bom:2.20.0",
"com.fasterxml.jackson:jackson-bom:2.20.1",
"com.google.guava:guava-bom:33.5.0-jre",
"com.google.protobuf:protobuf-bom:4.33.0",
"com.squareup.okhttp3:okhttp-bom:$okhttpVersion",
Expand Down
Loading