Skip to content

Commit

Permalink
Merge branch 'main' into create-index-step
Browse files Browse the repository at this point in the history
  • Loading branch information
owaiskazi19 committed Mar 14, 2024
2 parents 0f4c7f0 + 10915aa commit 2aaa63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .whitesource
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
":gitSignOff",
"github>whitesource/merge-confidence:beta"
],
"addLabels": ["skip-changelog"],
"workflowRules": {
"enabled": true
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ dependencies {

configurations.all {
resolutionStrategy {
force("com.google.guava:guava:33.0.0-jre") // CVE for 31.1, keep to force transitive dependencies
force("com.google.guava:guava:33.1.0-jre") // CVE for 31.1, keep to force transitive dependencies
force("org.eclipse.platform:org.eclipse.core.runtime:3.31.0") // CVE for < 3.29.0
force("com.fasterxml.jackson.core:jackson-core:2.17.0") // Dependency Jar Hell
}
Expand Down

0 comments on commit 2aaa63d

Please sign in to comment.