Skip to content

Commit

Permalink
CMR-10069 updates jetty adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-zamora committed Oct 16, 2024
1 parent 1f8d172 commit 7c9aa12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion access-control-app/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
[pjstadig/humane-test-output "0.9.0"]
[proto-repl "0.3.1"]
[ring/ring-codec "1.1.3"]
[ring/ring-jetty-adapter "1.12.2"]
[ring/ring-jetty-adapter "1.10.0"]
[ring-mock "0.1.5"]]
:jvm-opts ^:replace ["-server"]
:source-paths ["src" "dev" "test" "int-test"]
Expand Down
2 changes: 1 addition & 1 deletion common-lib/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
[org.ow2.asm/asm "7.0"]
[potemkin "0.4.5"]
[ring/ring-core "1.10.0"]
[ring/ring-jetty-adapter "1.12.2"]
[ring/ring-jetty-adapter "1.10.0"]
[ring/ring-json "0.5.1"]]
:repositories [["jitpack.io" "https://jitpack.io"]]
:plugins [[lein-exec "0.3.7"]
Expand Down

0 comments on commit 7c9aa12

Please sign in to comment.