averbraeck / opentrafficsim

Open Source Multi-Level Traffic Simulator
BSD 3-Clause "New" or "Revised" License
28 stars 8 forks source link

Update libraries to latest version (fewer bugs and vulnerabilities) #109

Closed averbraeck closed 4 months ago

averbraeck commented 4 months ago

Libraries:

Test libraries:

Plugins: The maven dependencies in the pom file should also be updated to the latest version:

averbraeck commented 4 months ago

JAXB generates the @Generated annotation with the import from javax-annotations. This is an outdated, but safe library (replaced by jakarta-annotations 3.0.0). The pom-file has reverted back to use javax-annotations, but updated the version to 2.3.1.

averbraeck commented 4 months ago

Libraries work, demos run fine, all unit tests pass.