Skip to content

Commit

Permalink
Update junit version required for System Rules library
Browse files Browse the repository at this point in the history
Signed-off-by: Khushboo Rajput <[email protected]>
  • Loading branch information
khushbr committed Aug 14, 2023
1 parent e93740f commit dcbd219
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,10 @@ dependencies {
def jacksonVersion = "${versions.jackson}"
def jacksonDataBindVersion = "${versions.jackson_databind}"
def nettyVersion = "${versions.netty}"
def junitVersion = "${versions.junit}"
// def junitVersion = "${versions.junit}"
// library System Rules requires minimum junit version 4.9, the current
// junit version used in Opensearch is 4.13.2
def junitVersion = "4.9"
def log4jVersion = "${versions.log4j}"
def protobufVersion = "${versions.protobuf}"
def guavaVersion = "${versions.guava}"
Expand Down

0 comments on commit dcbd219

Please sign in to comment.