codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

upgrade all dependencies #263

Closed codingchili closed 3 years ago

codingchili commented 3 years ago

new versions

compile 'io.vertx:vertx-core:3.9.5'
compile 'io.vertx:vertx-web:3.9.5'
compile 'io.vertx:vertx-hazelcast:3.9.5'
compile 'io.vertx:vertx-mongo-client:3.9.5'
compile 'io.vertx:vertx-micrometer-metrics:3.9.5'

compile 'de.neuland-bfi:jade4j:1.3.2'
compile 'de.mkammerer:argon2-jvm:2.9'
compile 'org.fusesource.jansi:jansi:2.2.0'
compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.1'

compile 'org.elasticsearch.client:elasticsearch-rest-high-level-client:7.10.2'
compile 'com.googlecode.cqengine:cqengine:3.6.0'

/* keep these in sync with cqengine, used internally. */
compile 'com.esotericsoftware:kryo:5.0.3'

testCompile 'io.vertx:vertx-unit:3.9.5'
testCompile 'junit:junit:4.13.1'