From 4043e49acd9a90c1a3de7e621f3ced2ca6a7ed0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 09:34:27 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.2.14 to 42.3.4 in /dummy Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.14 to 42.3.4. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.14...REL42.3.4) --- dummy/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dummy/project.clj b/dummy/project.clj index 6e7dee8..3b6802e 100644 --- a/dummy/project.clj +++ b/dummy/project.clj @@ -5,7 +5,7 @@ :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [[org.clojure/clojure "1.10.0"] [ring "1.8.1"] - [org.postgresql/postgresql "42.2.14"]] + [org.postgresql/postgresql "42.3.4"]] :main ^:skip-aot dummy.core :target-path "target/%s" :profiles {:uberjar {:aot :all}})