MovingBlocks / gestalt

A family of libraries providing a variety of core capabilities for use by games and game engines.
Apache License 2.0
27 stars 23 forks source link

update dependencies #134

Open keturn opened 2 years ago

keturn commented 2 years ago

Now that IntelliJ checks dependencies against a vulnerability database, we see gestalt pulling in some dependencies with known CVEs. Either directly or transitively through things like Reflections.

We should update the dependencies or add constraints to the transitive dependencies, as appropriate.

Related to MovingBlocks/Terasology#5021