Skip to content

Commit

Permalink
update ring-core 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Feb 6, 2024
1 parent 3636674 commit 9041860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. This change
## [Unreleased]
### Changed
- Upgrade clojure 1.11.1
- Upgrade ring-core 1.11.0.

## [1.0.6] - 2023-06-15
### Changed
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:repositories [["local" ~(str (.toURI (java.io.File. "maven_repository")))]]
:dependencies [[org.clojure/clojure "1.11.1" :scope "provided"]
[org.clojure/core.incubator "0.1.4"]
[ring/ring-core "1.9.6" :scope "provided" :exclusions [commons-codec]]
[ring/ring-core "1.11.0" :scope "provided" :exclusions [commons-codec]]
[ring-mock "0.1.5" :scope "test"]
[compojure "1.7.0" :exclusions [org.clojure/clojure ring/ring-codec commons-codec joda-time]]
[org.clojure/data.codec "0.1.1"]
Expand Down

0 comments on commit 9041860

Please sign in to comment.