abstractfoundry / lumicube-daemon

10 stars 13 forks source link

Ensure jackson, jetty, and jersey components use the same versions as each other #20

Closed mfoo closed 2 years ago

mfoo commented 2 years ago

This MR introduces new configuration settings for the pom versions for jetty, jackson, and jersey.

There's new versions available of all of these now, an using a common version will mean Dependabot raises a single change request bumping multiple packages at the same time.

Note: I've also included the following changes which I haven't yet been able to test beyond "does it compile?":

abstractfoundry commented 2 years ago

Looks great, thank you @mfoo. :grin: