Skip to content

Commit

Permalink
upgrade ring-core 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Jun 22, 2024
1 parent ebb91a9 commit 0090267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file. This change

- Move ring-mock to dev dependency.
- Replace deprecated function `redirect-after-post`.
- Upgrade ring-core 1.12.1.
- Upgrade ring-core 1.12.2.
- Upgrade org.clojure/data.codec 0.2.0.

## [1.0.7] - 2024-02-06
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.9.0" :scope "provided"]
[org.clojure/core.incubator "0.1.4"]
[ring/ring-core "1.12.1" :scope "provided" :exclusions [commons-codec]]
[ring/ring-core "1.12.2" :scope "provided" :exclusions [commons-codec]]
[compojure "1.7.1" :exclusions [org.clojure/clojure ring/ring-codec commons-codec joda-time]]
[org.clojure/data.codec "0.2.0"]
[com.okta/saml-toolkit "1.0.12-000170-c7ed721" :upgrade :okta]
Expand Down

0 comments on commit 0090267

Please sign in to comment.