Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dokka = "2.0.0"
kotlin = "2.2.20"
managed-kafka-auth-login-handler = "1.0.6"
protovalidate = "1.0.0"
quarkus = "3.28.3"
quarkus = "3.34.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
quarkus = "3.34.1"
quarkus = "3.36.1"

@lberrymage Should update to 3.36.1, this branch's 3.34.1 still predates the CVE-2026-39852 fix and 3.28 no longer gets security patches.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can update it, but that vulnerability shouldn't be an issue for this server since it doesn't have any path-based authorization policies.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah wouldn't have commented here if it was ;)

server-events = "32.1.0.1.20250917234113.06f7676728e3"
shadow = "9.2.2"

Expand Down
Loading
Loading