eclipse-pass / main

Catch all repository against which issues of general, cross cutting topics are logged.
Apache License 2.0
4 stars 8 forks source link

Upgrade backend PASS dependencies #1076

Closed rpoet-jh closed 3 weeks ago

rpoet-jh commented 1 month ago

What?

Upgrade the dependency versions in pass-core, pass-support, and pass-docker.

Why?

To use latest version of dependencies to stay up to date and resolve security vulnerabilities.

How?

Update the dependency versions in pom.xml and Dockerfile (FROM) to latest versions.

Check deps.dev where appropriate to see if security vulnerabilities will be resolved with update: https://deps.dev/maven/org.eclipse.pass%3Apass-core-main/1.12.0

Acceptance Criteria

Dependency versions have been upgraded to latest version. All tests pass.

Related Issues