Skip to content

Commit

Permalink
[1.3] Force resolution of org.apache.zookeeper:zookeeper to 3.9.2 and…
Browse files Browse the repository at this point in the history
… org.bitbucket.b_c:jose4j to 0.9.4

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Mar 19, 2024
1 parent d1a4e48 commit bf5c6f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ configurations.all {
force "org.scala-lang:scala-library:2.13.9"
force "org.apache.bcel:bcel:6.6.0" // This line should be removed once Spotbugs is upgraded to 4.7.4
force "org.xerial.snappy:snappy-java:1.1.10.5"
force "org.apache.zookeeper:zookeeper:3.9.1"
force "org.apache.zookeeper:zookeeper:3.9.2"
force "ch.qos.logback:logback-core:1.2.13"
force "ch.qos.logback:logback-classic:1.2.13"
force "org.bitbucket.b_c:jose4j:0.9.4"
}
}

Expand Down

0 comments on commit bf5c6f1

Please sign in to comment.