SoftwareAG / cumulocity-clients-java

This repository contains Cumulocity client libraries for Java. This is a read-only mirror
8 stars 6 forks source link

Bugfix/MTM-56458/Graft_update_Spring_boot_dependencies #384

Closed tsvet closed 11 months ago

tsvet commented 11 months ago

This PR is in the context of https://cumulocity.atlassian.net/browse/MTM-56458 to address CVE-2023-34034

The spring-boot-dependencies are set to version 2.7.14 and with that the vulnerable component spring-security-config is upgraded to the non-vulnerable version 5.7.10.

As spring security 5.7.10 requires spring framework version 5.3.29+ , the spring framework version is also updated to 5.3.29.