diff --git a/CHANGELOG.md b/CHANGELOG.md index 12279cbc..c76936a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ A preview of the next release can be installed from - Bump SCI to `0.9.45` - Bump edamame to `1.4.28` - [#1801](https://github.com/babashka/babashka/issues/1801): Add `java.util.regex.PatternSyntaxException` -- Bump core.async to `1.8.735` +- Bump core.async to `1.8.741` ## 1.12.197 (2024-02-28) diff --git a/deps.edn b/deps.edn index 28cf6745..4263143e 100644 --- a/deps.edn +++ b/deps.edn @@ -25,7 +25,7 @@ babashka/babashka.curl {:local/root "babashka.curl"} babashka/fs {:local/root "fs"} babashka/babashka.core {:local/root "babashka.core"} - org.clojure/core.async {:mvn/version "1.8.735"}, + org.clojure/core.async {:mvn/version "1.8.741"}, org.clojure/tools.cli {:mvn/version "1.0.214"}, org.clojure/data.csv {:mvn/version "1.0.0"}, cheshire/cheshire {:mvn/version "5.13.0"} diff --git a/project.clj b/project.clj index d3377ebe..b06571a4 100644 --- a/project.clj +++ b/project.clj @@ -29,7 +29,7 @@ [borkdude/sci.impl.reflector "0.0.3"] [org.babashka/sci.impl.types "0.0.2"] [org.babashka/babashka.impl.java "0.1.10"] - [org.clojure/core.async "1.8.735"] + [org.clojure/core.async "1.8.741"] [org.clojure/test.check "1.1.1"] [com.github.clj-easy/graal-build-time "0.1.0"] [rewrite-clj/rewrite-clj "1.1.49"] diff --git a/resources/META-INF/babashka/deps.edn b/resources/META-INF/babashka/deps.edn index 28cf6745..4263143e 100644 --- a/resources/META-INF/babashka/deps.edn +++ b/resources/META-INF/babashka/deps.edn @@ -25,7 +25,7 @@ babashka/babashka.curl {:local/root "babashka.curl"} babashka/fs {:local/root "fs"} babashka/babashka.core {:local/root "babashka.core"} - org.clojure/core.async {:mvn/version "1.8.735"}, + org.clojure/core.async {:mvn/version "1.8.741"}, org.clojure/tools.cli {:mvn/version "1.0.214"}, org.clojure/data.csv {:mvn/version "1.0.0"}, cheshire/cheshire {:mvn/version "5.13.0"}