Skip to content
Merged
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
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# on `com.fasterxml.jackson.core` (pulled in transitively by databind).

[versions]
jackson = "3.2.0"
bouncycastle = "1.84"
junit-jupiter = "6.1.1"
jackson = "3.2.1"
bouncycastle = "1.85"
junit-jupiter = "6.1.2"
# pk-auth: the passkeys-first auth library set, consumed from Maven Central (NOT vendored).
# mini-oidc depends on pk-auth-core for the passkey credential layer.
pk-auth = "2.2.0"
Expand Down