vert-x3 / vertx-service-discovery

Some tools one can use for doing microservices with Vert.x
Apache License 2.0
115 stars 67 forks source link

vertx-service-discovery-bridge-docker uses a different version of jackson #132

Closed paulgallagher75 closed 3 years ago

paulgallagher75 commented 3 years ago

the pom.xml for vertx-service-discovery-bridge-docker defines its own property 2.9.9</jackson.version> which will override the one set in vertx-dependencies 2.11.3</jackson.version> (which is imported in the parent) which every module of vertx uses, should we not remove the property to standardise on the vertx-dependencies version

I don't know the original disicion on this or if it was just overlooked but 2.9.9 is very old now and many CVE's have been fixed since then