Skip to content

Update all dependencies#416

Open
bbatsov wants to merge 14 commits intomasterfrom
update-deps
Open

Update all dependencies#416
bbatsov wants to merge 14 commits intomasterfrom
update-deps

Conversation

@bbatsov
Copy link
Copy Markdown
Member

@bbatsov bbatsov commented Mar 11, 2026

Bump all 9 outdated dependencies to their latest versions. Also fixes the flaky Maven/Clojars artifact tests that would fail when an HTTP request returned empty results instead of throwing.

Dependency updates:

  • data.json 2.5.0 → 2.5.2
  • tools.namespace 1.5.0 → 1.5.1
  • tools.analyzer.jvm 1.3.2 → 1.3.4
  • tools.reader 1.5.2 → 1.6.0
  • clj-commons/fs 1.6.310 → 1.6.312
  • rewrite-clj 1.1.49 → 1.2.52
  • http-kit 2.5.0 → 2.8.1
  • orchard 0.35.0 → 0.39.0
  • nrepl 1.3.1 → 1.6.0

bbatsov added 13 commits March 10, 2026 20:15
The Maven/Clojars tests would fail when the HTTP request returned an
empty result instead of throwing an exception, since the retry logic
only caught exceptions. Now empty collections also trigger a retry.
Bump CI cache version to pick up the latest mranderson 0.5.4-SNAPSHOT
(needed for http-kit 2.8.1 compatibility) and bump commons-io to 2.20.0
to resolve the :pedantic? conflict with clj-commons/fs 1.6.312.
Exclude org.clojure/clojure from transitive deps to satisfy :pedantic?
and update the Clojure master SNAPSHOT from 1.12.0 to 1.13.0.
The version prefix changed from v1v5v0 to v1v5v1 after the
tools.namespace bump, causing all test_code jobs to fail.
http-kit 2.8.1 is incompatible with mranderson - its new Java classes
get repackaged but the Clojure source references aren't rewritten.
See benedekfazekas/mranderson#97.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant