Update Java Worker to 2.19.4 - #11772
Merged
Lilian Kasem (liliankasem) merged 3 commits intoMay 14, 2026
Merged
Conversation
Bumps commons-lang3 from 3.9 to 3.18.0 (GHSA-j288-q9x7-2f5v).
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Java worker package reference to 2.19.4 to align with the version already used on dev and address the commons-lang3 advisory noted in the PR description.
Changes:
- Bumps
Microsoft.Azure.Functions.JavaWorkerfrom 2.19.1 to 2.19.4. - Adds a release note describing the Java worker update and security-related dependency bump.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
eng/build/Workers.Java.props |
Updates the Java worker NuGet package version. |
release_notes.md |
Adds a release note for the Java worker bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/Azure/azure-functions-host/sessions/9db01b44-3784-41b1-96a2-a6447676aea0 Co-authored-by: liliankasem <2198905+liliankasem@users.noreply.github.com>
Jacob Viau (jviau)
approved these changes
May 14, 2026
sarah (satvu)
approved these changes
May 14, 2026
Lilian Kasem (liliankasem)
deleted the
liliankasem/bug/bump-java-worker-2.19.4
branch
May 14, 2026 23:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
Microsoft.Azure.Functions.JavaWorkerfrom 2.19.1 to 2.19.4, which updatescommons-lang3from 3.9 to 3.18.0 and addresses GHSA-j288-q9x7-2f5v.This matches the Java Worker version already in use on
dev(see #11533).