Skip to content

Commit

Permalink
Fix version conflicts in test dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <zaniu@amazon.com>
  • Loading branch information
zane-neo committed Dec 27, 2023
1 parent 1b67e37 commit 6106bb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ configurations {
force "org.mockito:mockito-core:${versions.mockito}"
force "com.google.guava:guava:33.0.0-jre" // CVE for 31.1
force("org.eclipse.platform:org.eclipse.core.runtime:3.30.0") // CVE for < 3.29.0, forces JDK17 for spotless
force "com.google.code.gson:gson:2.10.1"
force "org.apache.commons:commons-lang3:3.13.0"
}
}
}
Expand Down

0 comments on commit 6106bb5

Please sign in to comment.