citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.94k stars 1.47k forks source link

Upgrade dependencies #85

Closed orende closed 1 year ago

orende commented 1 year ago

Why

We are using old versions of Spring Boot, Apache commons io, Apache commons lang and javax.servlet-api. Some of the dependencies included in the version of Spring Boot that we use also have known vulnerabilities. We also have a dependency on Apache commons collections that could be replaced with standard library classes.

What

Upgrades the Spring version to 2.0.9.RELEASE from 2019, removes the commons-collections and commons-lang dependencies and updates the tests depending on old commons-lang APIs.