eclipse-tractusx / digital-product-pass

Eclipse Tractus-X Digital Product Pass - An application for visualizing Digital Product Passports, Battery Passports and Transmission Passports, it is the reference implementation of the EcoPass KIT
https://github.com/eclipse-tractusx/digital-product-pass
Apache License 2.0
25 stars 16 forks source link

Hotfix: deps(springboot): fixed springboot webmvc dependency #419

Closed saudkhan116 closed 2 months ago

saudkhan116 commented 2 months ago

Why we create this PR?

After upgrading springboot parent version, it was assumed that the security issues in child versions will be automatically resolved, however one of the child sprintboot-webmvc dep still contains security issues.

What we want to achieve with this PR?

Added Springboot-webmvc dep to the dependency management to specify a particular version (which is a fixed security version) in pom file.

What is new?

Security Fix:

PR Linked to:

https://github.com/eclipse-tractusx/digital-product-pass/pull/417