Skip to content

Commit

Permalink
Updating the zookeeper version as well as updating locks for mantis-s…
Browse files Browse the repository at this point in the history
…haded
  • Loading branch information
sundargates committed Oct 17, 2023
1 parent 20e5d26 commit 92d0622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions mantis-shaded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
guavaFailureAccessVersion = '1.0.1'
guavaVersion = '31.1-jre'
curatorVersion = '5.1.+'
zookeeperVersion = '3.5.7'
zookeeperVersion = '3.6.0'
jlineVersion = '0.9.94'
nettyVersion = '3.7.0.Final'
}
Expand Down Expand Up @@ -60,7 +60,9 @@ dependencies {
shaded "org.apache.curator:curator-recipes:$curatorVersion"
shaded "org.apache.curator:curator-framework:$curatorVersion"
shaded "org.apache.curator:curator-client:$curatorVersion"
shaded "org.apache.zookeeper:zookeeper:$zookeeperVersion"
shaded ("org.apache.zookeeper:zookeeper:$zookeeperVersion") {
exclude group: 'log4j', module: 'log4j'
}
shaded "org.apache.zookeeper:zookeeper-jute:$zookeeperVersion"
shaded "jline:jline:$jlineVersion"
shaded "io.netty:netty:$nettyVersion"
Expand Down
4 changes: 2 additions & 2 deletions mantis-shaded/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"locked": "5.1.0"
},
"org.apache.zookeeper:zookeeper": {
"locked": "3.5.7"
"locked": "3.6.0"
},
"org.apache.zookeeper:zookeeper-jute": {
"locked": "3.5.7"
"locked": "3.6.0"
}
},
"testAnnotationProcessor": {
Expand Down

0 comments on commit 92d0622

Please sign in to comment.