camunda / camunda

Distributed Workflow Engine for Microservices Orchestration
https://camunda.com/platform/
3.09k stars 562 forks source link

[Backport stable/8.5] build: unpin msal4j version #19478

Closed backport-action closed 1 week ago

backport-action commented 1 week ago

Description

Backport of #19463 to stable/8.5.

relates to #19104 original author: @deepthidevaki

backport-action commented 1 week ago

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-19463-to-stable/8.5
git worktree add --checkout .worktree/backport-19463-to-stable/8.5 backport-19463-to-stable/8.5
cd .worktree/backport-19463-to-stable/8.5
git reset --hard HEAD^
git cherry-pick -x 3715c119c620f0bf22e30e92f294771a5c9c0ad6
git push --force-with-lease