Skip to content
Open
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 @@ -185,7 +185,7 @@ wiremock = { module = "org.wiremock:wiremock", version = "3.3.1" }
ws-rs-api = { module = "jakarta.ws.rs:jakarta.ws.rs-api" } # version controlled by dropwizard-dependencies
ws-rs-api-gwt = { module = "javax.ws.rs:javax.ws.rs-api", version = "2.1.1" } # For GWT compilation
xerces = { module = "xerces:xercesImpl", version = "2.12.2" }
zero-allocation-hashing = { module = "net.openhft:zero-allocation-hashing", version = "0.16" }
zero-allocation-hashing = { module = "net.openhft:zero-allocation-hashing", version = "0.27ea1" }

[plugins]

Expand Down