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
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dropwizard = "5.0.2"

# Dagger 2 wires the Dropwizard adapter at compile time. Brief §3 mandates Dagger over Guice/HK2;
# ADR 0004 explains the rationale.
dagger = "2.59.2"
dagger = "2.60"

# Jakarta inject standard annotations — used in @Inject sites in adapter code that don't want a
# Dagger compile-time dependency in their public API.
Expand All @@ -76,7 +76,7 @@ jakarta-inject = "2.0.1"
junit-jupiter = "6.1.0"
assertj = "3.27.7"
mockito = "5.23.0"
logback = "1.5.35"
logback = "1.5.36"

[libraries]
jspecify = { module = "org.jspecify:jspecify", version.ref = "jspecify" }
Expand Down