devhub-tud / devhub

DevHub is a software system designed to give students a simple practical introduction into modern software development.
15 stars 8 forks source link

Update pom.xml #421

Closed ManInTheGitHub closed 7 years ago

ManInTheGitHub commented 7 years ago

Integrate owasp dependency checker and update versions of jsch, hibernate validator and logback accordingly.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 56.158% when pulling 9b373a784bbf41ad4e4ebddff6ad49d34a4b5a6b on ManInTheGitHub-patch-1 into b5c3e4cbbdb8c522852c871121c03ae687eec021 on master.

jwgmeligmeyling commented 7 years ago

Resteasy been running on an ancient Jackson version for a while (2.7.x. as opposed to 2.9.x). With upgrading Jackson we have to upgrade Resteasy too, and the compatibility is not easy to figure out (you would have to look into the pom for resteasy-jackson2). I am not exactly sure what Jackson modules we use in Devhub (I've used JDK8 and Hibernate extensions sometimes, but I don't think we use them here).